.holidays {
    position: relative;
}

.holidaysNav a:focus {
    outline: 3px solid #f37d00;
    outline-offset: 2px;
    z-index: 10;
    min-height: 45px;
}

.holidaysNavStripLoinLink {
    position: absolute;
    top: 30%;
    width: 29%;
    left: 59%;
    height: 3%;
}

.holidaysNavFamilyMealLinkOne {
    position: absolute;
    top: 49%;
    width: 23%;
    left: 69%;
    height: 2%;
}

.holidaysNavFamilyMealLinkTwo {
    position: absolute;
    top: 63%;
    width: 23%;
    left: 9%;
    height: 3%;
}

.holidaysNavFamilySidesLink {
    position: absolute;
    top: 83%;
    width: 25%;
    left: 13%;
    height: 3%;
}

.holidaysNavDessertsLink {
    position: absolute;
    top: 83%;
    width: 25%;
    left: 63%;
    height: 3%;
}

.holidaysNavGiftCardsLink {
    position: absolute;
    top: 97%;
    width: 25%;
    left: 13%;
    height: 2%;
}

.holidaysNavWineBottlesLink {
    position: absolute;
    top: 97%;
    width: 25%;
    left: 63%;
    height: 2%;
}

[id="3-course-family-meal"] {
    position: absolute;
    display: block;
    height: 10px;
    top: 35%;
    width: 100%;
    visibility: hidden;
}

#sides, #desserts {
    position: absolute;
    display: block;
    height: 10px;
    top: 68%;
    width: 100%;
    visibility: hidden;
}

.holidaysPicture {
    aspect-ratio: 2000/7000;
}

@media (max-width: 800px) {
    .holidaysNavStripLoinLink {
        top: 15%;
        height: 2%;
    }

    .holidaysNavFamilyMealLinkOne {
        top: 25%;
        width: 23%;
        left: 69%;
        height: 2%;
    }

    .holidaysNavFamilyMealLinkTwo {
        top: 32%;
        width: 23%;
        left: 9%;
        height: 2%;
    }

    .holidaysNavFamilySidesLink {
        top: 50%;
        width: 44%;
        left: 28%;
        height: 2%;
    }

    .holidaysNavDessertsLink {
        top: 68%;
        width: 44%;
        left: 30%;
        height: 2%;
    }

    .holidaysNavGiftCardsLink {
        top: 84%;
        width: 44%;
        left: 28%;
        height: 3%;
    }

    .holidaysNavWineBottlesLink {
        top: 97%;
        width: 44%;
        left: 28%;
        height: 2%;
    }

    [id="3-course-family-meal"] {
        top: 17%;
    }

    #sides {
        top: 34%;
    }

    #desserts {
        top: 50%;
    }

    .holidaysPicture {
        aspect-ratio: 800/5455;
    }
}