/* Tablet (Portrait) */
/* Width of 768px */

@media only screen and (min-width: 768px) and (max-width: 1000px) {

.atlas-animation{display:none;}


}



/* Mobile landscape width 320 */
@media only screen and (max-width: 767px) {
.main-img-atlas{display:none;}
.jazici{left:45%;top:45%}
.jazici span{display:none;}
#glavno-logo{font-size:6em;text-align:center;color:#008fd5;background:url(../pic/logo/logo1.png)no-repeat;
width:300px; height:50px;position:relative;margin:0 auto;
background-size:300px 50px;margin-top:20px;
}
.atlas-animation{display:none;}
}






