.pm-size {
        width: 550px;
        height: 400px
    }

    @media screen and (max-width: 600px) {

        /* Small Screen */

        .pm-size {
            width: 100%;
            aspect-ratio: 4/3;
        }
    }