.vlt-work--style-8 {
    height: 30vh;
}
@media only screen and (max-width:527px) {
    h2{font-size: 32px}
    .vlt-tabs-image li {
        width: 100vw;
    }
    .vlt-post--style-5 .vlt-post-title {
        margin: 0px;
    }
    .vlt-work--style-8 {
        height: 30vh;
    }
    .abpic{
        height: 500px;
        width: 100vw;
        border: 1px solid red;
    }
    .abpic img{
        height: 30vh;
        width: 100vw;
        border: 1px solid green;
    }
    .vlt-widget__title{
        font-size: 13px;
    }
    .mobipic {
        width: 100vw;
    }
}