/* Slide backgrounds */

/* Latest */

#vikings-tv-show {
    background-image: url("/img_slide_ads/viking-warriors-approaching-shore.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
}

#knightfall-tv-show {
    background-image: url("/img_slide_ads/knights-templar-siege.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
}

#chief-war-tv-show {
    background-image: url("/img_slide_ads/hawaiian-warrior-charge.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
}

/* 15th century */

#vlad-dracula {
    background-image: url("/img_slide/vlad-dracula-illustration.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
}

#mehmed-2 {
    background-image: url("/img_slide/mehmed-2-triumph.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
}

#joan-of-arc {
    background-image: url("/img_slide/joan-burned-at-the-stake.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
}

#printing-press {
    background-image: url("/img_slide/printing-press-gutenberg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
}

#machu-picchu {
    background-image: url("/img_slide/machu-picchu-punku-sun-gate.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
}

#davincis-demons-tv-show {
    background-image: url("/img_slide_ads/renaissance-glider-soars.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
}

#game-of-thrones-tv-show {
    background-image: url("/img_slide_ads/northern-epic-fight.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
}

#the-borgias-tv-show {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.15)),
        url("/img_slide_ads/prayerful-hands-and-rosary.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
}

/* Ancient Rome */

#roman-colosseum {
    background-image: url("/img_slide/roman-colosseum.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
}

#caligula {
    background-image: url("/img_slide/caligula-imperial-court.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
}

#decebalus {
    background-image: url("/img_slide/decebalus-statue-misty-riverbank.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
}

#rome-tv-show {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.15)),
        url("/img_slide_ads/roman-legion-dawn-departure.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
}

#spartacus-tv-show {
    background-image:
        url("/img_slide_ads/gladiators-arena-pit-battle.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
}
