/* shortcodes css start */
*,
html {
  margin: 0;
  padding: 0;
}

:root {
  margin: 0;
  padding: 0;
}

:root .aseo-hero-media-wrapper {
  width: 100vw !important; /* Force full viewport width */
  max-width: 100vw !important;
  margin-left: -5vw !important; /* Pull left */
  margin-right: -5vw !important; /* Pull right */
  overflow: hidden !important;
  max-height: 95vh !important;
}

.aseo-hero-media-wrapper img.aseo-hero-media-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Video styling */
.aseo-hero-media-wrapper video.aseo-hero-media-video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  overflow: hidden;
}

/* shortcodes css end */
