
/* Small tablet to big tablet: from 768px to 1023px */
@media only screen and (max-width: 1080px) {
.logo{
    height: 66px;
}
.opi{
    display: none;
}
.hh{
   font-size: 36px; 
}
.find{
    font-size:30px;

}
.loggo{
    height:50px;
}
h1:after {
    margin-top:30px;
}
}



/* Small phones: from 0 to 480px */
@media only screen and (max-width: 480px) {
.logo{
    display: none !important;
}
.opi{
    display: none;
}
.hh{
   font-size: 25px; 
}
.find{
    font-size:22px;
}
.loggo{
    height:36px;
}
h2{
    font-size: 25px;
}
h1:after {
    margin-top:25px;
}
.uioo{
   position: absolute;
    margin-left: -12px !important;
}
}