.youtube-ps {
    height: 1080px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%, -42%);
    width: 1250%;
    -ms-transform: translate(-50%, -42%);
    -webkit-transform: translate(-50%, -42%);
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .clip-bg-blend {
        display: block !important;
        mix-blend-mode: color-dodge;
        z-index: 0 !important;
        pointer-events: none;
        opacity: .9;
    }
}

.logo-18 {
    animation: zoom-in-zoom-out 1s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(0.99, 0.99);
    }

    50% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(0.99, 0.99);
    }
}

@media (min-width: 1920px) {
    @keyframes flashColor {

        0%,
        100% {
            background-image: url(../images/head-audition01.jpg);
            background-position: center top;
            background-repeat: no-repeat;
            background-size: auto;
        }

        50% {
            background-image: url(../images/head-audition02.jpg);
            background-position: center top;
            background-repeat: no-repeat;
            background-size: auto;
        }
    }

    .flashyBox {
        animation: flashColor 2s infinite;
    }
}

@media (max-width:1919px) {
    @keyframes flashColor {

        0%,
        100% {
            background-image: url(../images/head-audition01.jpg);
            background-position: center top;
            background-repeat: no-repeat;
            background-size: cover;

        }

        50% {
            background-image: url(../images/head-audition02.jpg);
            background-position: center top;
            background-repeat: no-repeat;
            background-size: cover;

        }
    }

    .flashyBox {
        animation: flashColor 2s infinite;
    }

}
