@media (max-width: 425px){
  .banner-silhouette-image .image-element__wrap{
    height: 120px!important;
    position: relative!important;
  }

  .banner-silhouette-image .image-element__wrap img{
    position: absolute!important;
    top: -35px!important;
  }
}

@media (max-width: 390px){
  .banner-silhouette-image .image-element__wrap{
    height: 80px!important;
  }

  .banner-silhouette-image .image-element__wrap img{
    top: -60px!important;
  }
}