    #topbar{
position:absolute;
overflow: hidden;
padding-top:12%;
background-color: transparancy;
width: auto;heigth:auto;
visibility: hidden;
z-index: 9999;
width:100%;
align-content: center;
}
#pops
{
	width:800px; margin:auto;
}
  
        .img-pop{width: 800px}
@media screen and (max-width: 1400px) and (min-width: 1280px) {
    .img-pop{width: 600px}
    #pops{width:600px; margin:auto;}
        }        
@media screen  and (min-width: 1024px) and (max-width: 1280px) {
    .img-pop{width: 500px}
    #pops{width:500px; margin:auto;}
}
 @media screen and (max-width: 960px) {
     .img-pop{width: 98%}
    #pops{width:98%; margin:auto;}
     #topbar{padding-top:20%;}
        }
