/* =Child-Theme responsive styles starts here
-------------------------------------------------------------- */

@media screen and ( min-width: 768px ) and ( max-width: 1279px ) {
    .wid80{
        width: 80% !important;
    }
}
@media screen and ( max-width: 1400px ) {
    .titleImg{
        height: 50px!important;
    }
}
@media screen and ( max-width: 1200px ) {
    .titleImg{
        height: 45px!important;
    }
}
@media screen and ( max-width: 767px ) {
    .titleImg{
        height: 38px!important;
    }
}
@media screen and ( max-width: 479px ) {
    .titleImg{
        height: 50px!important;
    }
}