#header-slider .imageWrapperComponent picture {
  display: flex;
}

#headerslider1 img {
  min-height: unset !important;
}

#social-menu-list nav ul li a .imageWrapperComponent,
#social-menu-list nav ul li a .imageWrapperComponent img {
  width: 100px;
  height: 51px;
}

#mts-logo {
  height: 18px;
  width: 18px;
}

a#logo .imageWrapperComponent {
  max-width: 135px;
  max-height: 85px;
}

nav.menu--desktop>ul li#item7 {
  width: unset;
}

nav.menu--desktop>ul li#item7 .imageWrapperComponent {
  max-width: 25px;
  max-height: 25px;
}

/* Offer Modal Portal */
.offer-modal-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

.offer-modal-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  overflow: hidden;
}

.offer-modal-content img {
  display: block;
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
}

.offer-modal-close-btn {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 10000;
  width: 44px;
  height: 44px;
  background-color: #EF7B18;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offer-modal-close-btn:hover {
  opacity: 0.5;
}

@media screen and (max-width:768px) {
  #social-menu-list {
    display: flex;
    align-items: center;
  }
}

#footer-map .imageWrapperComponent {
  max-width: 640px;
  max-height: 385px;
}