@media only screen and (max-width: 600px) {
.mobile_banner_font{
    font-size: 15px !important;
    top: -86px !important;
    bottom: -86px !important;


    }


    .middle_text{

    top: -21px !important;
    position: relative;
    bottom: -21px !important;

    }

    .button_shop{

        top: -57px !important;
        position: relative;
        bottom: -57px !important;
    }

    .super_div{
        top: -25px !important;
    }
    }
