.image-banner-section .image-banner-container {
  width: 100%;
  height: 100%;
}

.image-banner-section .image-banner-container .media-wrapper-main {
  width: 100%;
  height: 100%;
}

.image-banner-section .image-banner-container img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}