.mediaImage {
    aspect-ratio: 1/1.3;
    max-width: 260px !important;
    height: auto !important;
    width: 100%;
    float:right;
}
.pageContentCol .col-md-4{
    padding-right:2.0rem;
    padding-left:2.0rem;
}
div.fslider{
    height:400px;
}
@media screen and (max-width:769px){
   .pageContentCol .mediaImage{
       width:100% !important;
       max-width: 100% !important;
   }
  .jumbo-header{
     height:200px;
  }
  .fslider{
     height:200px !important;
     min-height: 200px !important;
   }
}