@charset "UTF-8";
.w-100 figure,
.w-100 img {
  width: 100%; }

.w-auto {
  text-align: left !important; }
  .w-auto img {
    width: auto !important; }

.image-cta__link {
  position: relative;
  display: block;
  overflow: hidden; }
  @media (hover: hover) and (pointer: fine) {
    .image-cta__link:hover .image-cta__text {
      display: flex;
      opacity: 1; }
    .image-cta__link:hover .image-cta__button {
      background-color: #189fe0; }
    .image-cta__link:hover .image-cta__button-arrow {
      padding-left: 1rem; }
    .image-cta__link:hover .image-cta__image {
      filter: brightness(60%);
      transform: scale(1.1); } }

.image-cta__image {
  transition: transform 1s ease, filter 1s ease;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%; }

.image-cta__text {
  transition: opacity 0.5s linear;
  opacity: 0;
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap; }
  .steve-wilkos .image-cta__text {
    font-family: "Fira Sans", sans-serif;
    font-weight: 800;
    font-size: 2.2rem; }
    @media (max-width: 768px) {
      .steve-wilkos .image-cta__text {
        font-size: 1.5rem; } }

.image-cta__button {
  position: absolute;
  right: 0;
  bottom: 0;
  transition: background-color 1s ease;
  background-color: #39b6f3;
  border-radius: 10px 0 0;
  width: 60%;
  max-width: 260px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1;
  padding: 16px 20px 16px 20px;
  font-size: 1.25rem; }
  .image-cta__button:after {
    content: "→";
    display: inline; }
  @media (min-width: 1024px) {
    .image-cta__button {
      max-width: 260px;
      font-size: 1.75rem;
      padding: 20px 30px 20px 30px; }
      .jerry-springer .image-cta__button {
        font-size: 1.5rem; } }

.image-cta__container {
  display: flex;
  justify-content: center; }
  @media (max-width: 768px) {
    .image-cta__container {
      max-height: 300px; } }
