﻿.info-box {
    display: none;
}

    .info-box.is-active {
        display: block;
    }

.image-switcher-view {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.switcher-image .switcher-image-slide {
    display: none;
}

    .switcher-image .switcher-image-slide.is-active {
        display: block;
    }

.switcher-image-content-info .info-box {
    display: none;
}

    .switcher-image-content-info .info-box.is-active {
        display: block;
    }
