.frontpage-banner-logo img {
  width: 400px !important;
}

@media (max-width: 777px) {
  .frontpage-banner-logo img {
    width: 200px !important;
    margin-bottom: 50px !important;
  }
}
@media (max-height: 777px) {
  .frontpage-banner-logo img {
    width: 200px !important;
  }
}