@media (max-width:990px) {
    .overall_outip_1 {
        background-color: black;
        background-image: url("../asset/background_1.png");
        height: 100vh !important;
        background-size: 140% 100% !important;
        background-position: center;
    }
}
@media (max-width:990px) and (min-width:601px) {
    .overall_outip_1 {
        background-color: black;
        background-image: url("../asset/background_1.png");
        height: 100vh !important;
        background-size: 140% 100% !important;
        background-position: center;
    }
}
.overall_sub{
    background-color: black;
    background-image: url("../asset/background_1.png") !important;
    height: auto !important;
    background-size: cover;
    background-position: center;
}