@media screen and (max-width:375px) {
    .box {
        width: 98vw;
        height: 68vh;
    }
}