#corona-specials .content {
    position: relative;
    top: 25vh;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
}

#corona-specials .content h2,
#corona-specials .content p {
    margin: 20px;
}

.bg-rotate {
    margin-top: 20px;
    position: relative;
    background: url('../assets/bg.png');
    transform: rotate(180deg);
    height: 1.5vh;
    background-size: 20%;
}

@media (max-width: 1000px) {
    .bg-rotate {
        display: none;
    }
    #corona-specials .content {
        height: 120vh;
        top: 60vh;
        width: 100%;
    }
}