viewer-page-indicator {
  visibility: hidden;
  z-index: 2;
}

viewer-pdf-toolbar {
  position: fixed;
  width: 100%;
  z-index: 4;
}

#plugin {
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1;
}

#sizer {
  position: absolute;
  z-index: 0;
}

@media(max-height: 250px) {
  viewer-pdf-toolbar {
    display: none;
  }
}

@media(max-height: 200px) {
  viewer-zoom-toolbar {
    display: none;
  }
}

@media(max-width: 300px) {
  viewer-zoom-toolbar {
    display: none;
  }
}


.media { background-color:rgba(0,0,0,0)  !important; width:100% !important; text-align:center; margin-top:40px; margin-bottom:40px;}

.media iframe { width:90% !important; margin:auto;}

.result-nav { background:rgba(255,255,255,.1); padding:40px;}

.result-nav a { border-right:#fff solid 1px; padding:0 10px; font-size:12px; color:#FFF;}

.result-nav a:last-child { border:0;}

.pdf-con h2 { color:#FFF; padding-top:40px}



.round-t {font-size: 50px;
    text-transform: uppercase;
    display: block;
    font-weight: 800;
    color: #c50b0f;}
	
	@media(max-width:500px){
		
		.pdf-con .media { display:none;}
		}