/* Single slide style */

.multimedia-hero-slider li:first-of-type {
    background-color: #2c343b;
    background-image: url(../images/slide-1.jpg);
}

.multimedia-hero-slider li:nth-of-type(2) {
    background-color: #2c343b;
    background-image: url(../images/slide-2.jpg);
}

.multimedia-hero-slider li:nth-of-type(3) {
    background-color: #586775;
    background-image: url(../images/slide-3.jpg);
}

.multimedia-hero-slider li:nth-of-type(4) {
    background-color: #2c343b;
    background-image: url(../images/slide-4.jpg);
}

.multimedia-hero-slider li:nth-of-type(5) {
    background-color: #2c343b;
    background-image: url(../images/slide-5.jpg);
    background-position: left;
}

@media only screen and (min-width: 768px) {

    .multimedia-hero-slider li:first-of-type {
        background-image: url(../images/slide-1.jpg);

    }
    .multimedia-hero-slider li:nth-of-type(2) {
       background-image: url(../images/slide-2.jpg);

    }

    .multimedia-hero-slider li:nth-of-type(3) {
        background-image: url(../images/slide-3.jpg);

    }

    .multimedia-hero-slider li:nth-of-type(4) {
        background-image: url(../images/slide-4.jpg);
    }

    .multimedia-hero-slider li:nth-of-type(5) {
        background-image: url(../images/slide-5.jpg);
    }
}