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

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

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

.multimedia-hero-slider .multimedia-btn {
    background-color: rgba(14, 23, 41, 0.8);
}

.multimedia-hero-slider .multimedia-btn.secondary {
    background-color: rgba(0, 73, 132, .8);
}

.multimedia-hero-slider .multimedia-btn:hover {
    background-color: #080912;
}

.multimedia-hero-slider .multimedia-btn.secondary:hover {
    background-color: rgb(8, 9, 18);
}

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

    .multimedia-hero-slider li:nth-of-type(3) {
        background-image: url(/assets/theme/mediaslider/small-business/images/slide-3.jpg);
    }

    .multimedia-hero-slider li:nth-of-type(4) {
        background-image: url(/assets/theme/mediaslider/small-business/images/slide-2.jpg);
    }

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