@media (min-width: 1600px) and (max-width: 1920px) {
  .banner-wrp .swiper-slide-active .caption-wrp {
    transform: translate(-70%, -50%);
}
}


/* Large */
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
   .banner-wrp .swiper-slide-active .caption-wrp {
    transform: translate(-60%, -50%);
}
}

/* Medium */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
}

/* Small */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
}

@media (min-width: 481px) and (max-width: 767px) {
 
}

/* Extra small */
@media (min-width: 320px) and (max-width: 480px) {
  
}


