﻿

@media (min-width: 568px) {
   .logo-custom {
      max-height: 40px !important;
   }
}

@media (min-width: 768px) {
   .logo-custom {
      max-height: 40px !important;
   }
}

@media (min-width: 992px) {
   .logo-custom {
      max-height: 40px !important;
   }
}

.logo-custom {
   max-height: 23px;
   min-width: 100px;
}
