.spotlights-container {
    overflow: hidden;
    margin-bottom: 3px;
}
.spotlights-container .spotlights-inner {
    overflow: hidden;
    margin-right: -6px;
    margin-bottom: -6px;
}
.spotlights-container .spotlight-block a {
    display: block;
    -webkit-transition: none .3s ease-in-out;
    -moz-transition: none .3s ease-in-out;
    -ms-transition: none .3s ease-in-out;
    -o-transition: none .3s ease-in-out;
    transition: none .3s ease-in-out;
}
.spotlights-container .spotlight-block h3 {
    font-family: "Roboto Slab", sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
}
.spotlights-container .spotlight-block .block-inner {
    position: relative;
    z-index: 5;
    overflow: hidden;
    border: 6px solid #fff;
    border-left: 0;
    border-top: 0;
}
.spotlights-container .spotlight-block .block-inner:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 140px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF003D51', endColorstr='#FF003D51');
    background-image: url('data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwM2Q1MSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwM2Q1MSIgc3RvcC1vcGFjaXR5PSIwLjYxIi8+PHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiMwMDNkNTEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 61, 81, 0)), color-stop(50%, rgba(0, 61, 81, 0.61)), color-stop(80%, #003d51));
    background-image: -moz-linear-gradient(top, rgba(0, 61, 81, 0) 0%, rgba(0, 61, 81, 0.61) 50%, #003d51 80%);
    background-image: -webkit-linear-gradient(top, rgba(0, 61, 81, 0) 0%, rgba(0, 61, 81, 0.61) 50%, #003d51 80%);
    background-image: linear-gradient(to bottom, rgba(0, 61, 81, 0) 0%, rgba(0, 61, 81, 0.61) 50%, #003d51 80%);
}
.spotlights-container .spotlight-block .block-image img {
    display: block;
    width: 100%}
.spotlights-container .spotlight-block .block-title {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    padding: 10px 20px;
}
.spotlights-container .spotlight-block:hover .block-inner:before, .spotlights-container .spotlight-block:active .block-inner:before, .spotlights-container .spotlight-block:focus .block-inner:before {
    bottom: 0;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: .6;
}

.spotlights-container .slides {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.spotlights-container .slides .slide {
    flex: 0 0 25%;
    margin: 0;
}

.spotlights-container .arrow {
    display: inline-block;
    position: absolute;
    padding: 10px 12px 7px;
    bottom: calc(50% - 20px);
    text-align: center;
    background-color: #fcd740;
    color: #0077c7;
    cursor: pointer;
}
.spotlights-container .arrow .fas {
    font-size: 20px;
}
.spotlights-container .nextSlide {
    right: 20px;
    z-index: 1;
}
.spotlights-container .prevSlide {
    left: 14px;
    z-index: 1;
}

@media (max-width: 61.9375em) {
    .spotlights-container {
        margin-bottom: 60px;
    }

    .spotlights-container .slides .slide {
        flex: 0 0 50%;
        margin: 0;
    }
}
@media (max-width: 47.9375em) {
    .spotlights-container {
        margin-bottom: 40px;
    }
    .spotlights-container .slides .slide {
        flex: 0 0 100%;
        margin: 0;
    }
}