/* Sass variables for media queries */
/* Burger nav variant
$menu-max-breakpoint: 999999px;
$menu-breakpoint: 1000000px;
$header-max-breakpoint: 999999px;
$header-breakpoint: 1000000px;
$footer-max-breakpoint: 1279px;
$footer-breakpoint: 1280px;
*/
.paragraph--type--_-col-image-left,
.paragraph--type--_-col-image-right {
  margin: 0 calc(50% - 50vw);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.paragraph--type--_-col-image-left .content,
.paragraph--type--_-col-image-right .content {
  width: 100%;
}
.paragraph--type--_-col-image-left .bg-image,
.paragraph--type--_-col-image-right .bg-image {
  height: 300px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.paragraph--type--_-col-image-left .bg-image.contain,
.paragraph--type--_-col-image-right .bg-image.contain {
  background-size: contain;
}
.paragraph--type--_-col-image-left .bg-image.left,
.paragraph--type--_-col-image-right .bg-image.left {
  background-position-x: left;
}
.paragraph--type--_-col-image-left .bg-image.right,
.paragraph--type--_-col-image-right .bg-image.right {
  background-position-x: right;
}
.paragraph--type--_-col-image-left .bg-image.top,
.paragraph--type--_-col-image-right .bg-image.top {
  background-position-x: top;
}
.paragraph--type--_-col-image-left .bg-image.bottom,
.paragraph--type--_-col-image-right .bg-image.bottom {
  background-position-x: bottom;
}
@media (min-width: 1024px) {
  .paragraph--type--_-col-image-left,
.paragraph--type--_-col-image-right {
    flex-direction: row;
  }
  .paragraph--type--_-col-image-left .content,
.paragraph--type--_-col-image-right .content {
    width: 50%;
  }
  .paragraph--type--_-col-image-left .bg-image,
.paragraph--type--_-col-image-right .bg-image {
    height: auto;
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .paragraph--type--_-col-image-right {
    flex-direction: row-reverse;
  }
}

/*# sourceMappingURL=wide-image-panel.css.map */
