/*
Returns a CSS clamp function which resolves to
$size-at-min-width when page width is below $min-width,
$size-at-max-width when page width is above $max-width,
and linearly scales between the two between $min-width and $max-width*/
.cm-banner.container-fluid {
  padding: 0; }

.cm-banner .banner-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.cm-banner .banner-nolink {
  pointer-events: none; }

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