.modal.modal-fullscreen .modal-dialog {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	max-width: none;
}

.modal.modal-fullscreen .modal-content {
	height: auto;
	min-height: 100%;
	border-radius: 0;
	border: none;
}

.modal-content {
    background-color: #2d2d2d;
}

.modal-body {
    position: relative;
    -ms-flex: none;
    flex: none;
    padding: 0;
}


.modal-fullscreen {
    padding-right: 0 !important;
}

.modal-footer {
    border: 0 ;
    padding: .5em;
}

span.footertext {
    text-align: center;
    width: 100%;
    font-family: 'Alegreya Sans', sans-serif !important;
    font-weight: 400 !important;
    font-size: 1.3rem;
	line-height: 1;
    position: relative;
    color: #9e9e9e;
}

.modal-open {
    overflow-y: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}

        .openseadragon-canvas:focus {
            outline: 0 !important;
        }

 		
/* Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	  
              .modal-footer>.btn-secondary {
                bottom: 65px !important;
				right: 1em;
				
              }
			  
	.modal-body{	  
       margin-top: -2em;
            }	

	.modal-footer{	  
       padding-bottom: 2em;
            }				

}




