.banner__figure{
  height:22.813rem;
}
@media print, screen and (min-width: 48.75rem){
  .banner__figure{
    height:30rem;
  }
}
.banner__image{
  -o-object-fit:cover;
     object-fit:cover;
  width:auto !important;
  height:100%;
  max-width:none;
}
