.top-wrapper {
    width: 100%;
    height: calc(100% - 350px);
    display: flex;
    flex-direction: row;
}

@media(max-width: 600px) {
    .top-wrapper {
        height: calc(100% - 250px);
    }
}

@media(max-height: 600px) {
    .top-wrapper {
        height: calc(100% - 124px - 1rem - 2px);
    }
}
