

/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.main_title_1 img { max-width: 100%!important; }

@media (max-width: 991px) {
    .main_title_1 img { max-width: 100%!important; }
}
@media (min-width: 601px) {
    #logo { max-width: 60%!important; }
}
@media (max-width: 600px) {
    .main_title_1 img { margin-left: 0; width: auto; max-width: 100%!important; }
    footer ul { margin-right: 0; }
    footer ul img { max-width: 100%; height: auto; }    
}
