

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

.teaser-3-columns__lightbox-link {
  position: relative;
}

.teaser-3-columns__lightbox-link:after {
  content: "";
  transition: background .3s ease-in-out;
  background: rgba(0,0,0,0);
}

.iframe-wrapper {
    width: 100% !important;
}

.teaser-3-columns__lightbox-link:hover:after {
  content: "\f002";
  font: normal normal normal 50px/1 FontAwesome;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,.7);
}

/* Style for iframe-Placeholder-img */
.iframePlaceholder img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.iframePlaceholder {
  position: relative;
  cursor: pointer;
  height: 100%;
  overflow: hidden;
}

.iframePlaceholder::before {
  content: "";
  background-image: url(YouTube_play.png);
  background-repeat: no-repeat;
  background-size: 68px 48px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
  pointer-events: none;
  transition: all .3s ease-in-out;
  z-index: 100;
}

.iframePlaceholder:hover::before {
  background-size: 72px 52px;
  width: 72px;
  height: 52px;
}

.sm_insta {
  width: 20px !important;
  height: 20px !important;
  margin-bottom: -0.14em;
}

.optout-img {
  position: relative;
}

.optout-img p {
  position: absolute;
  top: 10px;
  left: 0px;
  z-index: 10;
  width: 60%;
  background: rgba(255, 255, 255, .8);
  padding: 10px 12px;
}