*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none
}

body {
    font-family: 'Roboto', sans-serif !important;
    font-size: 0.85rem;
    font-weight: 400;
}

.charging-surface-photo-gallery {
    overflow: hidden;
    position: relative;
     margin: 2rem 0;
}
.charging-surface-photo-gallery > h1 {
    background-color: #fff;
    padding: 1rem;
    position: absolute;
    right: 7%;
    top: 0;
    z-index: 99999;
    text-transform: uppercase;
    color: #d0112b;
    font-size: 1rem;
    border-radius: 0 0 10px 10px;
}
.charging-surface-photo-gallery .preload {
    background-image: url(../img/preload.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    transition: opacity 800ms ease
}

.charging-surface-photo-gallery .preload.remove {
    opacity: 0;
}

.charging-surface-photo-gallery .main-photo {
    position: relative;
    height: 600px
}

.charging-surface-photo-gallery .main-photo .slick-arrow.slick-prev {
    left: 0;
}

.charging-surface-photo-gallery .main-photo .slick-arrow.slick-next {
    right: 0;
}

.charging-surface-photo-gallery .main-photo .slick-arrow:hover {
    background-color: #d0112b;
}

.charging-surface-photo-gallery .main-photo .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
    background-color: #ccc;
    border: none;
    padding: 1rem;
    cursor: pointer;
    transition: all 800ms ease
}

.charging-surface-photo-gallery .main-photo .slick-slide {
    height: 600px;
    float: left;
}

.charging-surface-photo-gallery .thumbnail-photo {
    margin-top: .1rem;
}

.charging-surface-photo-gallery .thumbnail-photo .slick-slide {
    height: 250px;
    background-size: cover;
    background-position: center;
    float: left;
    margin: .1rem;
}

.charging-surface-photo-gallery .video-container {
    position: relative;
}

.charging-surface-photo-gallery .video-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 600px;
    left: 0
}

.charging-surface-photo-gallery .featherlight .featherlight-content {
    padding: 0;
    border-bottom: 0;
}
