
	    		.PdfViewer_iframe{
	    			width: 100%;
	    			height: 500px;
	    		}
	    		.PdfViewer_viewFullscreen{
	    			text-align: center;
	    		}
	    		@media only screen and (max-height: 500px){
		    		.PdfViewer_iframe{
		    			height: 400px; 
		    		}
	    		}
	    		@media only screen and (max-height: 400px){
		    		.PdfViewer_iframe{
		    			height: 300px; 
		    		}
	    		}
	    		@media only screen and (max-height: 300px){
		    		.PdfViewer_iframe{
		    			height: 200px; 
		    		}
	    		}
	    	

			.ContentType_SubPageList_list,
			.ContentType_SubPageList_list *{
				box-sizing: border-box;
			}
			.resultsCountTop,
			.resultsCountBottom{
				font-size: 85%;
				background:#f3f3f3;
				color: #777;
				padding: .25em;
				text-align: center;
			}
			.resultsCountBottom{
				clear:both;
			}
			.resultsPageLinksTop,
			.resultsPageLinksBottom{
				font-size: 90%;
				font-weight:bold;
				background:#f3f3f3;
				color: #000;
				padding: .25em;
				text-align: center;
			}
			.resultsPageLinksBottom{
				clear:both;
			}
			

						@media only screen and (max-width: 767px) {
	.ContentType_ImageGallery_galleryContainer .responsive-gallery {
		height:50vw !important;
	}
}
						
