@media all and (min-width: 1600px) and (max-width: 1920px){
    
}

@media all and (min-width: 1300px) and (max-width: 1599px){
    banner-back-text {
         position: absolute;
         width: 107px;
         height: auto;
         right: -1%;
         top: 50%;
     }
}