
/* body:not(.logged-in){
    .stack-gagnants-concours {
        display: none;    
    }
} */


.stack-gagnants-concours {
    font-size: clamp(1rem, 0.3864rem + 2.7273vw, 2.5rem);
    font-family: 'Raleway', sans-serif;

    * {
        color: white;
    }

    small {
        position: relative;
        bottom: 8px;
    }

    img {
        width: 100%;
        height: auto;
        max-width: 500px;

        @media screen and (max-width: 767px) {
            max-width: 50vw;
        }
    }

    h2 {
        max-width: 450px;
        margin-bottom: 50px;
        z-index: 1;
    }

    p {
        margin: 0 0 10px 0;
    }

    .fw-row:nth-child(2) {
        position: relative;
        z-index: 1;
    }

    .container > .fw-row:nth-child(3) {
        position: relative;

        @media screen and (max-width: 767px) {
            display: grid;
            grid-template-columns: 1fr 1fr ;
        }

        &::before, &::after {
            @media screen and (max-width: 767px) {
                display: none;
            }
        }

        .fw-col-xs-12 {
            z-index: 1;
        }
        
        .fw-col-xs-12:nth-child(3) {
            @media screen and (max-width: 767px) {
                right: 0;
                bottom: 0;
                position: absolute; 
                z-index: 0;
                opacity: 0.2;
            }
        }
    }
}