/* MAIN 
------------------------------------------------------------------------ */
/* Landing Section
-----------------------------------------*/

/******************
**** LANDSCAPE ****
*******************/
@media (orientation: landscape) {
    main .landing-section .image-wrapper img {
        /*transform: translateY(-300px);*/
        transform: translateY(-25vw);
    }
}
/******************
***** MEDIUM ******
*******************/
@media (max-width: 991px) {
    main .landing-section .image-wrapper img {
        transform: translateY(0);
    }
}
/***************************
******* COLOR STYLES *******
****************************/
main .landing-section .image-overlay {
    background-color: rgba(0, 0, 0, 0.3);
}