.logo_img {
  position: relative;
  float: left;
  margin-top: -10px;
  z-index: 1;
  border-radius: 0 0 4px 4px;
  transition: all 0.3s;
  background: #0e223e !important;
}

.sticky-header .logo-inner {
  background: url(../imgs/web_icon_fin.webp) no-repeat !important;
  width: 95px !important;
  height: 85px !important;
  background-position: center !important;
  margin-top: 14px;
  background-size: 95px !important;
}

.logo-inner {
  background: url(../imgs/final-logo.webp) no-repeat;
  width: 208px;
  height: 100px;
  background-position: center;
  transition: all 0.3s;
  background-size: 208px;
  margin-top: 7px;
}

@media screen and (max-width: 425px) {
  .logo-inner {
    background: url(../imgs/final-logo.webp) no-repeat;
    width: 150px;
    height: 70px;
    background-position: center;
    transition: all 0.3s;
    background-size: 150px;
    margin-top: 7px;
  }
  
  .sticky-header .logo-inner {
    background: url(../imgs/web_icon_fin.webp) no-repeat !important;
    width: 150px !important;
    height: 70px !important;
    background-position: center;
    transition: all 0.3s;
    background-size: 65px !important;
    margin-top: 7px;
  }
}