






.paragraph--type--video h2 {
  text-align: center;
}
.paragraph--type--video .video-embed-field-responsive-video:after {
  padding-bottom: 43.25%;
}
.paragraph--type--video .media-oembed-content,
.paragraph--type--video iframe {
  width: 100%;
  height: 12.5rem;
}
@media only screen and (min-width: 880px) {
  .paragraph--type--video .media-oembed-content,
.paragraph--type--video iframe {
    height: 28.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--video .media-oembed-content,
.paragraph--type--video iframe {
    height: 37.5rem;
  }
}

.colorbox-media-video {
  cursor: pointer;
}
.colorbox-media-video:before, .colorbox-media-video:after {
  content: "";
  background: url("/sites/sonitrol.com/themes/custom/www_bootstrap/assets/img/play-btn-dark.svg");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  height: 5.625rem;
  width: 5.625rem;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  transition: opacity 0.6s ease;
}
.colorbox-media-video:before {
  z-index: 1;
  background-image: url("/sites/sonitrol.com/themes/custom/www_bootstrap/assets/img/play-btn-dark-hover.svg");
  opacity: 0;
}
.colorbox-media-video:hover:after, .colorbox-media-video:focus:after {
  opacity: 0;
}
.colorbox-media-video:hover:before, .colorbox-media-video:focus:before {
  opacity: 1;
}


/*# sourceMappingURL=../../../../maps/body/video/scss/video.css.map */
