
.cr-side-image-banner .card-container{
  padding: 0 15px;
  margin-bottom: 50px;
  position: relative;
}

.cr-side-image-banner .card-content-container{
  position: unset;
}
.cr-side-image-banner .card-image-container{
  padding: 0;
}
.cr-side-image-banner .image-container{
  height: 500px;
  border-radius: 12px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.cr-side-image-banner .content-wrapper{
  font-family: 'Roboto Condensed', 'Roboto', sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 12px 12px;
  text-align: left;
  padding: 20px 40px 30px 40px;
  display: block;
  float: none;
  z-index: 1;
  background: rgba(255,255,255,.8);
}
.cr-side-image-banner .content-wrapper .header{
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
  line-height: 1.2;
}
.cr-side-image-banner .content-wrapper p.copy{
  font-size: 14px;
  line-height: 1.3;
  padding-bottom: 10px;
}
.cr-side-image-banner .ttl-header h3 {
  letter-spacing: 1.5px;
}

@media screen and (min-width: 768px){
  .cr-side-image-banner{
    padding-left: 0;
    padding-right: 0;
  }
  .cr-side-image-banner .card-container{
    padding: 0;
  }
  .cr-side-image-banner .content-wrapper{
    max-width: 542.5px;
    position: unset;
    background: none;
  }
  .cr-side-image-banner .content-left .content-wrapper{
    margin-left: auto;
    margin-right: 0;
  }

  .cr-side-image-banner .image-container{
    background-size: contain;
    border-radius: 0;
  }
  .cr-side-image-banner .content-wrapper{
    font-family: 'Roboto', sans-serif;
    padding: 50px;
  }
  .cr-side-image-banner .content-wrapper .header{
    font-size: 30px;
    margin-bottom: 20px;
  }
  .cr-side-image-banner .content-wrapper p.copy{
    font-size: 20px;
    line-height: 1.4;
    padding-bottom: 15px;
  }
}