.ct-app-post-banner-container{
  margin: 30px 0px 45px 0px;
  padding: 0px;
  border-radius: 10px;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.05);
  overflow: hidden;
  background: url(https://ct-prod.s3.amazonaws.com/assets/wordpress_assets/glossary/glossary-cta-bg@2x.jpg) no-repeat;
  background-size: cover;
  background-position: bottom right;
}
.ct-app-post-banner-container-img{
  padding: 40px 50px;
  border-radius: 10px;
  overflow: hidden;
  background: url() no-repeat;
}
.ct-app-post-banner {
  padding:0px;
}
.ct-app-post-banner-container h4{
  font-size: 12px;
  color: #444444;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.ct-app-post-banner-link-title a{
  font-size: 35px;
  line-height: 37px;
  margin-bottom: 10px;
  color: #444444;
  text-decoration: none;
}
.ct-app-post-banner-link-title a:hover{
  color: #1695CA;
}
.ct-app-post-banner-desc {
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
}
.ct-app-post-banner-btn a.sf-button.large {
  margin: 25px 0px 0px;
}
 .ct-app-post-banner-btn a.sf-button.blue:hover{
    background-color: #39A5D2 !important;
}
.glossary-content {
  padding-top: 15px;
  padding-bottom: 80px;
}
.row .glossary-content h2{
  font-size: 30px !important; 
  font-weight: 300 !important; 
  line-height: 30px !important; 
  margin-top: 20px !important;}
}

@media(max-width:479px){
.ct-app-post-banner-container-img{
      background-size: 60%;
      background-position-y: bottom;
      background-position-x: 115%;
  }
}
@media(max-width:767px){
.ct-app-post-banner-container-img{
      background-size: 200px;
      background-position-x: center;
      background-position-y: bottom;
      padding-bottom: 170px;
  }
  .ct-app-post-banner{
    margin-bottom:0px;
  }
}
@media(min-width:768px){
.ct-app-post-banner-container-img{
      background-size: 40%;
      background-position-y: center;
      background-position-x: 110%;
      padding-bottom:45px;
  }
}
@media(min-width:992px){
.ct-app-post-banner-container-img{
      background-size: 40%;
      background-position-y: center;
      background-position-x: 115%;
      padding-bottom:50px;
  }
}