html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.z360banner {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    overflow: hidden;
    background-color: black;
    width: 100%;
    height: 100%;
}

/* Tap to expand */

#wrapper_expand {
    z-index: 10001;
    position: fixed;
    left: 0;
    right: 0;
    height: 0;
}

.expanded {
    text-align: center;
}

.expanded .content {
    margin: auto;
}

.expanded .contentBlock {
    text-align: center;
    float: left;
    width: 100%;
    height: 50%;
}

.expanded .contentBlock.landscape {
    text-align: center;
    float: left;
    width: 50%;
    height: 100%;
}

.expanded video {
    display: block;
    width: 100%;
    margin: auto;
}

.exploreMoreButton {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    /*padding: 14px 18px;*/
    margin: auto;
    height: 100%;
}

.exploreMoreButton img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

/*

    Scratch styles

*/

.scratchContainer {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.scratchCanvas {
    position: absolute;
    top: 0;
    left: 0;
}

/*

    Scratch styles

*/


/*

    Carousel styles

*/

.carousel-wrapper {
    margin: 0;
}

.b-carousel {
    width: 100%;
    overflow: hidden;
    position: relative;

    box-sizing: border-box;
    border: none;
}

.b-carousel__prev,
.b-carousel__next {
    position: absolute;
    top: 50%;
    height: 100%;
    width: 50px;
    background: none;
    border: none;
    transform: translateY(-50%) translateZ(0);
    cursor: pointer;
    z-index: 3;
}

.b-carousel__prev {
    left: 0;
}

.b-carousel__next {
    left: auto;
    right: 0;
}

.b-carousel__prev:focus,
.b-carousel__next:focus {
    outline: none;
}

.b-carousel__wrap {
    display: flex;
    transition: transform .5s;
    will-change: transform;
    position: relative;
    z-index: 1;
    height: 100%;
}

.b-carousel__item {
    flex: 0 0 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.b-carousel__img {
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
    display: block;
}

.button-arrow:after {
    font-size: 3rem;
    height: 10rem;
    vertical-align: middle;
    line-height: 10rem;
}

.button-arrow-forward:after {
    content: "\276C";
}

.button-arrow-back:after {
    content: "\276D";
}


/*

    Carousel styles

*/


/*

    Slider styles

*/

.slider-wrapper {
    margin: 0;
}

.slider{box-sizing:border-box;cursor:pointer;line-height:0;margin:0;overflow:hidden;padding:0;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.slider *{box-sizing:inherit}.slider ::after,.slider ::before{box-sizing:inherit}.slider img,.slider picture>img{max-width:none}.slider>img,.slider>picture>img{display:block;width:100%}.slider>div:first-child,picture .slider>div{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:50%}.slider-drag{background:#fff;bottom:0;cursor:ew-resize;left:50%;margin-left:-1px;position:absolute;top:0;width:2px}.slider-drag::before{border:3px solid #fff;content:'';height:30px;left:50%;margin-left:-7px;margin-top:-18px;position:absolute;top:50%;width:14px}

/*

    Slider styles

*/



