.mobile-frame {
    /* width: 100%; */
}

.mobile-test {
    padding-bottom: 201.82%;
}

/*.mobile-fill {
    background-image: url(frame-4.png);
    background-position: center;
    background-size: cover;
}*/

.mobile-final {
    top: 2%;
    height: 96%;
    width: 90%;
    border-radius: 2rem;
    overflow: hidden;
}

.mobile-test:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/frame-5.png);
    background-position: center;
    background-size: cover;
    position: absolute;
}