/* Custom CSS */

.placeholder_icon_container {
  background-color: white;
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .image-banner-section.large_mobile_padding .image-banner {
    padding-block: min(190px, 25vw);
  }
} 