@media (min-width:280px) and (max-width:767px){
    .homepage__banner .gatsby-image-wrapper.d-md-none{
      width:100vw;
      max-width:100%;
      aspect-ratio:540 / 870;
      height:auto;
      position:relative;
    }   
    .homepage__banner .gatsby-image-wrapper.d-md-none picture,
    .homepage__banner .gatsby-image-wrapper.d-md-none img[data-main-image]{
      width:100%;
      height:100%;
      object-fit:contain;
      object-position:center;
      display:block;
    }   
    .homepage__banner .gatsby-image-wrapper.d-md-none [data-placeholder-image]{
      inset:0;
    }
}
      
@media (min-width:320px) and (max-width:375px){
    .homepage__banner{
      margin-top:12px;
    }
}