.anime-logo {
    background: url(/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999px;
}

/* Mobile */
@media (max-width: 767px) {
    .anime-logo {
        width: 80vw;
        height: calc(80vw * 0.732);
        margin: auto;
    }
}

/* Desktop */
@media (min-width: 768px) {
    .anime-logo {
        width: 350px;
        height: 256px;
    }
}

/** Slides **/
.anime-slide0 {
    background-color: #ffffff;
    background-image: url(/slide0.jpg);
}

.anime-slide1 {
    background-color: rgb(255, 255, 255);
    background-image: url(https://ld-wp.template-help.com/wordpress_61121/wp-content/uploads/2016/04/bg1.jpg);
}

.anime-slide2 {
    background-color: rgb(255, 255, 255);
    background-image: url(https://ld-wp.template-help.com/wordpress_61121/wp-content/uploads/2016/04/bg2.jpg);
}
