.chefSpotlight {
    position: relative;
}


.chefSpotlightOrderLink {
    position: absolute;
    display: block;
    width: 18%;
    height: 3%;
    right: 17%;
    top: 13%;
}

.chefSpotlightOrderLink2 {
    position: absolute;
    display: none;

}

.chefSpotlightVideoLink {
    position: absolute;
    display: block;
    width: 36%;
    height: 3.9%;
    left: 9.2%;
    top: 26%;
    z-index: 1;
}

.chefSpotlightVideoLink2 {
    position: absolute;
    display: none;
    width: 37%;
    height: 3.7%;
    left: 6.7%;
    top: 73.3%;
    z-index: 1;
}

.chefSpotlightPicture {
    aspect-ratio: 2000/2894;
}

@media (max-width: 800px) {
    .chefSpotlightPicture {
        aspect-ratio: 800/4115;
    }

    .chefSpotlightOrderLink {
        width: 35%;
        height: 2%;
        right: 32%;
        top: 8.6%;
    }

    .chefSpotlightOrderLink2 {
        display: block;
        width: 35%;
        height: 2%;
        right: 32.5%;
        top: 98.2%;
    }

    .chefSpotlightVideoLink {
        width: 72%;
        height: 1.8%;
        left: 14%;
        top: 32%;
    }

    .chefSpotlightVideoLink2 {
        width: 72%;
        height: 2%;
        left: 14%;
        top: 75%;
    }
}