/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/


.logo_normal img,
.logo_sticky img{
    width: auto;
    height: 125px;
}

.logo_panel img{
    width: auto;
    height: 85px;
}

@media (max-width: 767px) {
  .logo_normal img,
    .logo_sticky img{
        width: auto;
        height: 85px;
    }

    .logo_panel img{
        width: auto;
        height: 85px;
    }
}