.body .bg-1 { background-position: 97% 50%; }


@media screen and (min-width: 800px) {
body .banner-header .item.banner-item   {
min-height: 400px;
display: flex;
align-items:center
}
}

@media screen and (max-width: 1000px) {
body .bg-1 { 
background-position: 22% center;
 }  
body .banners .banner-item-img .banner-item-container {
transform: translateX(-50%);
top: auto;
bottom: 10%
}

.banner-header .banner-item-img {
min-height: 400px
}
}