/*!
 * Gala Css
 * Version - 1.1.1
 * Copyright (c) 2023 2A digital <info@2adigital.com> and another company
*/

#home .overlay:before {
    background: linear-gradient(20deg, #000 0%, #00000000 100%), radial-gradient(100% 100% at 0% 100%, #000000 0%, #00000000 120%);
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#home .overlay {
    position: relative;
    min-height: 75vh;
}