.svg-slide-to-see{
    content: url("../svg/slide-to-see.svg");
}
.banner_with_direction_bar {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 379px; 
    margin-top: -18px;
}
#slide-img{
    display: none;
}
.banner ~ #directionBar{
    position: absolute;
    top: 130px;
    left: 0;
    padding-left: 100px;
}
@media only screen and (max-width: 1200px) {
    .banner_with_direction_bar {
        background-size: auto;
        height: 300px;
        background-position: bottom;
    }
}
@media only screen and (max-width: 986px) {
    .banner ~ #directionBar{
        position: relative;
        top: 0;
        left: 0;
        padding-left: 15px;
    }
    #slide-img{
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    .banner_with_direction_bar {
        background-size: auto 100%;
        height: 200px;
        background-position: initial;
    }
}
@media only screen and (max-width: 575px) {
    .banner_with_direction_bar {
        height: 109px;
        background-size: 100% 100%;
    }
}