

@media screen and (min-width:0px) and (max-width:767px){
div.title.title_size_large.position_center.has_background {margin-top: 0px!important;}
}

@media screen and (min-width:0px) and (max-width:767px){
div.title_holder {padding-top: 0px!important;}
}

@media screen and (min-width:768px) and (max-width:999px){
div.title.title_size_large.position_center.has_background { height: 350px; margin-top: 0px!important;}
}

@media screen and (min-width:768px) and (max-width:999px){
div.title_holder {padding-top: 0px!important;}
}

@media screen and (min-width:1000px) and (max-width:99999999px){
div.title.title_size_large.position_center.has_background { height: 350px; margin-top: 100px!important;}
}

@media screen and (min-width:1000px) and (max-width:99999999px){
div.title_holder {padding-top: 50px!important;}
}

img.mobile {
    height: 55px!important;
    width: 90px!important;
    padding-top: 22px;
}