.image-video .field--type-image {
  height: 100%;
  position: relative;
  width: 100%;
  aspect-ratio: 1.77;
  border-radius: 20px;
  overflow: hidden;
}
.image-video .field--type-image video,
.image-video .field--type-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
}
.image-video .field--type-image .contextual-region {
  height: 100%;
}

.btn__video-play {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 46px;
  background-color: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  border: none;
  cursor: pointer;
  transition: all 0.33s ease;
  transition-delay: 0;
}
.btn__video-play:after {
  color: #F91E26;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  font-size: 25px;
  transition: all 0.33s ease;
  transition-delay: 0;
}
.is-tabbing .btn__video-play:focus {
  background-color: #F91E26;
}
.is-tabbing .btn__video-play:focus:after {
  color: #ffffff;
}
@media (hover: hover) {
  .btn__video-play:hover {
    background-color: #F91E26;
  }
  .btn__video-play:hover:after {
    color: #ffffff;
  }
}
.btn__video-play:after {
  content: "\f13c";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: calc(50% + 2px);
}
@media (max-width: 767.98px) {
  .btn__video-play {
    display: block;
    height: 60px;
    width: 60px;
  }
}
/*# sourceMappingURL=image-video.css.map */