.miscArea {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 1.7rem;
}

@media only screen and (max-width: 1080px) {
    .miscArea {
        height: 200px;
    }
}