/**
* Block Name: teaser_gross
*/

/* Card Frame */

/* Card Image */
section.teaser_gross .img_frame {
  padding: 0;
}
section.teaser_gross .card_frame .img_wrapper {
  position: absolute;
  object-position: 50% 50%;
  top: 0px;
  left: 0px;
  overflow: hidden;
  right: 0px;
  bottom: 0px;
  z-index: 10;
}
section.teaser_gross .card_frame .img_frame {
  position: relative;
  min-height: 400px;
  padding-top: 270px;
  margin: 0;
  width: 100%;
  overflow: hidden;
}
/* Content */

section.teaser_gross .content_frame {
  padding: 50px 0px;
  box-sizing: border-box;
  justify-content: center;
}
section.teaser_gross .content_frame .lead {
  margin: 0;
}
section.teaser_gross .content_frame h2 {
  margin: 30px 0;
}
section.teaser_gross .card_frame .content_frame .btn-primary {
  transition: color 0.3s ease-in;
}
section.teaser_gross .card_frame:hover .content_frame .btn-primary {
  color: #4aa7ff69;
}

section.teaser_gross .card_frame .content_frame .btn-primary svg {
  transition: all 0.3s ease-in;
  margin-left: 8px;
}
section.teaser_gross .card_frame:hover .content_frame .btn-primary svg {
  opacity: 0.38;
  transform: translateX(5px);
}

/* if is parallax */

section.teaser_gross .eq_parallax {
  height: 100%;
}
section.teaser_gross .eq_parallax img {
  height: 120%;
}

/* media */

@media (max-width: 992px) {
  section.teaser_gross .card_frame {
    flex-direction: column;
  }
  section.teaser_gross .content_frame {
    padding-left: 15px;
    padding-right: 15px;
  }
}
