#fullpagecontainer{
    background-color:  #000033;
    display: none;
    flex-direction: row;
    height: 100%;
    width: 100%;
    align-content: center;
    align-items: center;
}
#fullpageimage{
 background-image: url("../images/main_gallery/1024/x");

  /* Full height */
  width: 100%;
  height: 100%;  

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;

}

.next, .prev, .return, .returndiv{
	z-index: 10;
	/*position: relative; */
	font-size: 50px;
	/* align-self: center; */
    opacity:.6;
}
.prev{
    padding: 0 0 0 5px;
}
.next:hover, .prev:hover, .return:hover, .returndiv:hover{
    opacity:1.0;
}
.returnDiv{
    display: flex;
    flex-direction:column;
    padding: 0 5px 0 0px;
}
.return{
    top: 15;
    font-family: Ubuntu;
    position:absolute;
    right: -75px;
}
#fullscreen_collapse{
    width: 8vmin;
}
.return img{
    width: 8vmin;
}
.tooltiptext {
  visibility: hidden;
  color: white;
  font-size: 10px;
  position:relative;
  left:-80%;
  opacity: 0;
}
.return:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
    
