.custom-cta {
  -webkit-flex: 1 1 20%;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
}

.custom-cta .sn-call-to-action {
  padding: 0;
  height: auto !important;
  background-size: cover;
  background-position: center center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width:95%;
  margin:15px auto;
  box-sizing:border-box;
}

.custom-cta .sn-call-to-action:before {
  content: '';
  float: left;
  padding-bottom: 29.91453%;
}

.custom-cta .sn-call-to-action:after {
  content: '';
  display: table;
  clear: both;
}

.custom-cta .sn-call-to-action img {
  display: none;
}

.custom-cta .sn-call-to-action:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: background-color .2s ease-in;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  background-color: transparent;
}

.custom-cta .sn-call-to-action:hover:after {
  background-color: rgba(194, 23, 53, 0.7);
}

.custom-cta .sn-call-to-action:hover .sn-call-to-action-title:after {
  width: 100%;
}

.custom-cta .sn-call-to-action .sn-call-to-action-overlay {
  position: relative;
  padding: 0;
  transition: background-color .2s linear;
}

.custom-cta .sn-call-to-action .sn-call-to-action-overlay-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.custom-cta .sn-call-to-action .sn-call-to-action-title {
  display: inline-block;
  font-size: 42px;
  color: #FFF;
  text-transform: uppercase;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 600;
  transition: color .2s ease;
}

.custom-cta .sn-call-to-action .sn-call-to-action-title:after {
  content: "";
  display: block;
  width: 50px;
  border-bottom: 1px solid #FFF;
  margin: 10px auto 0;
  transition: width .2s linear;
}

.custom-cta .sn-call-to-action .sn-call-to-action-subtitle a {
  text-decoration: none;
  transition: color .2s ease;
}

.custom-cta .sn-call-to-action .sn-call-to-action-subtitle:first-of-type {
  padding-top: 20px;
}
@media screen and (min-width: 1200px) {
  .layout-50-50 .custom-cta .sn-call-to-action {
    min-height: 152.5641px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .layout-50-50 .custom-cta .sn-call-to-action {
    min-height: calc(((100vw / 2) - 90px) * 0.29915);
  }
}
@media screen and (max-width: 767px) {
  .layout-50-50 .custom-cta .sn-call-to-action {
    min-height: calc(((100vw / 1) - 60px) * 0.29915);
  }
}
