﻿
@keyframes cloudMove {
    50% {
        background-size: 300%;
    }
}

.image-layer-three {
    position: absolute;
    top: 0;
    left: 0;
    width: 150vw;
    height: 100%;
    background-repeat: repeat;
    background-size: 210%;
    background-position: center;
    z-index: 1;
    animation: cloudMove 60s linear 0s infinite;
    mix-blend-mode: luminosity;
}

.got-text *:not(a) {
    text-shadow: 1px 1px 56px rgba(0, 0, 0, 0.5);
    color: white !important;
}

.main-slider-three .container {
    padding-top: 80px;
}

    .main-slider-three .container .image-layer-three {
        background-size: cover;
        background-repeat: no-repeat;
    }




@media (min-width: 640px) {

    @keyframes cloudMove {
        50% {
            background-size: 300%;
        }
    }

    .image-layer-three {
        position: absolute;
        top: 0;
        left: 0;
        width: 150vw;
        height: 100%;
        background-repeat: repeat;
        background-size: 210%;
        background-position: center;
        z-index: 1;
        animation: cloudMove 60s linear 0s infinite;
        mix-blend-mode: luminosity;
    }

    .got-text *:not(a) {
        text-shadow: 1px 1px 56px rgba(0, 0, 0, 0.5);
        color: white !important;
    }

    .main-slider-three .container {
        padding-top: 80px;
    }

        .main-slider-three .container .image-layer-three {
            background-size: cover;
            background-repeat: no-repeat;
        }



}

@media (min-width: 768px) {

    @keyframes cloudMove {
        50% {
            background-size: 300%;
        }
    }

    .image-layer-three {
        position: absolute;
        top: 0;
        left: 0;
        width: 150vw;
        height: 100%;
        background-repeat: repeat;
        background-size: 210%;
        background-position: center;
        z-index: 1;
        animation: cloudMove 60s linear 0s infinite;
        mix-blend-mode: luminosity;
    }

    .got-text *:not(a) {
        text-shadow: 1px 1px 56px rgba(0, 0, 0, 0.5);
        color: white !important;
    }

    .main-slider-three .container {
        padding-top: 80px;
    }

        .main-slider-three .container .image-layer-three {
            background-size: cover;
            background-repeat: no-repeat;
        }



}

@media (min-width: 1024px) {
    @keyframes cloudMove {
        50% {
            background-size: 200%;
        }
    }

    .image-layer-three {
        position: absolute;
        top: 0;
        left: 0;
        width: 135vw;
        height: 100%;
        background-repeat: repeat;
        background-size: 100%;
        background-position: center;
        z-index: 1;
        animation: cloudMove 60s linear 0s infinite;
        mix-blend-mode: luminosity;
    }

    .got-text *:not(a) {
        text-shadow: 1px 1px 56px rgba(0, 0, 0, 0.5);
        color: white !important;
    }

    .main-slider-three .container {
        padding-top: 240px;
    }

        .main-slider-three .container .image-layer-three {
            background-size: cover;
            background-repeat: no-repeat;
        }




}


@media (min-width: 1200px) {

    @keyframes cloudMove {
        50% {
            background-size: 200%;
        }
    }

    .image-layer-three {
        position: absolute;
        top: 0;
        left: 0;
        width: 115vw;
        height: 100%;
        background-repeat: repeat;
        background-size: 100%;
        background-position: center;
        z-index: 1;
        animation: cloudMove 60s linear 0s infinite;
        mix-blend-mode: luminosity;
    }

    .got-text *:not(a) {
        text-shadow: 1px 1px 56px rgba(0, 0, 0, 0.5);
        color: white !important;
    }

    .main-slider-three .container {
        padding-top: 240px;
    }

        .main-slider-three .container .image-layer-three {
            background-size: cover;
            background-repeat: no-repeat;
        }



}
