.hero-image-shortcode {
  position: relative;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 320px;
  width: 100vw;
  display: flex;
  overflow: hidden;
  background: #4B4B4B; }
  .hero-image-shortcode.dark:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); }
  .hero-image-shortcode .image {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: blur(5px); }
  @media (max-width: 991px) {
    .hero-image-shortcode {
      height: 240px; } }
  @media (max-width: 767px) {
    .hero-image-shortcode {
      height: 180px; } }

/*# sourceMappingURL=style.css.map */
