@media (orientation: landscape) {
    i-product-above-the-fold {
        height: 600px;
    }
}

/*iPhone 11, 12, 13, 13 Min, and 13 Pro Max*/
@media (max-width: 761px) {
    .lipstick-finder-logo__title-texture {
        margin-left: 0;
    }
}