@media screen and (max-width:375px){
    .innercontainer{
        width: 80%;
        height: 50%;
    }
    .mainimg{
        width: 98%;
    }
}