.carousel-m {
    position: relative;
    width: 100%;
    height: 600px;
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.carousel-m.carousel-m-slider {
    top: 0;
    left: 0;
}

.carousel-m.carousel-m-slider .carousel-m-fixed-item {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 1;
}

.carousel-m.carousel-m-slider .carousel-m-fixed-item.with-indicators {
    bottom: 68px;
}

.carousel-m.carousel-m-slider .carousel-m-item {
    width: 100%;
    height: 100%;
    min-height: 400px;
    position: absolute;
    top: 0;
    left: 0;
}

.carousel-m.carousel-m-slider .carousel-m-item h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.carousel-m.carousel-m-slider .carousel-m-item p {
    font-size: 15px;
}

.carousel-m .carousel-m-item {
    visibility: hidden;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
}

.carousel-m .carousel-m-item>img {
    width: 100%;
}

.carousel-m .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}

.carousel-m .indicators .indicator-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 24px 4px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 50%;
}

.carousel-m .indicators .indicator-item.active {
    background-color: #fff;
}

.carousel-m.scrolling .carousel-m-item .materialboxed,
.carousel-m .carousel-m-item:not(.active) .materialboxed {
    pointer-events: none;
}

.text-into {
    display: none;
}

.carousel-m-item.active .text-into {
    display: inherit;
}

.carousel-m-item.active img {
    -webkit-box-shadow: 3px 3px 29px 1px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: 3px 3px 29px 1px rgba(0, 0, 0, 0.56);
    box-shadow: 3px 3px 29px 1px rgba(0, 0, 0, 0.56);
    z-index: 99999999999;
}

.carousel-m-item.active .text-box {
    -webkit-box-shadow: 3px 3px 29px 1px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: 3px 3px 29px 1px rgba(0, 0, 0, 0.56);
    box-shadow: 3px 3px 29px 1px rgba(0, 0, 0, 0.56);
    z-index: 99999999999;
}

.carousel-m-item.active .icon-map {
    box-shadow: 3px 3px 29px 1px rgba(0, 0, 0, 0) !important;
    z-index: 99999999999;
}

@media (max-width: 900px) {
    .right {
        position: absolute;
        right: -15px;
        top: 37%;
        font-size: 35px;
        font-weight: 800;
        border-radius: 50px;
        z-index: 99999999;
    }
    .left {
        position: absolute;
        left: -15px;
        top: 37%;
        font-size: 35px;
        font-weight: 800;
        border-radius: 50px;
        z-index: 9999999;
    }
    .itinerary-carousel {
        width: 700px !important;
        height: auto !important;
    }
    .right-itinerary {
        position: absolute;
        right: -15px;
        top: 37%;
        font-size: 35px;
        font-weight: 800;
        border-radius: 50px;
        z-index: 99999999;
    }
    .left-itinerary {
        position: absolute;
        left: -15px;
        top: 37%;
        font-size: 35px;
        font-weight: 800;
        border-radius: 50px;
        z-index: 9999999;
    }
    .carousel-m {
        height: 500px !important;
    }
}

@media (min-width: 900px) and (max-width: 1600px) {
    .right {
        position: absolute;
        right: 26%;
        top: 37%;
        font-size: 35px;
        font-weight: 800;
        border-radius: 50px;
        z-index: 99999999;
    }
    .left {
        position: absolute;
        left: 26%;
        top: 37%;
        font-size: 35px;
        font-weight: 800;
        border-radius: 50px;
        z-index: 9999999;
    }
    .itinerary-carousel {
        width: 700px !important;
        height: auto !important;
    }
    .right-itinerary {
        position: absolute;
        right: 25%;
        top: 37%;
        font-size: 35px;
        font-weight: 800;
        border-radius: 50px;
        z-index: 99999999;
    }
    .left-itinerary {
        position: absolute;
        left: 25%;
        top: 37%;
        font-size: 35px;
        font-weight: 800;
        border-radius: 50px;
        z-index: 9999999;
    }
}

@media (min-width: 1610px) {
    .itinerary-carousel {
        width: 800px !important;
        height: auto !important;
    }
    .right {
        position: absolute;
        right: 30%;
        top: 37%;
        font-size: 35px;
        font-weight: 800;
        border-radius: 50px;
        z-index: 99999999;
    }
    .left {
        position: absolute;
        left: 30%;
        top: 37%;
        font-size: 35px;
        font-weight: 800;
        border-radius: 50px;
        z-index: 9999999;
    }
    .right-itinerary {
        position: absolute;
        right: 26.5%;
        top: 37%;
        font-size: 35px;
        font-weight: 800;
        border-radius: 50px;
        z-index: 99999999;
    }
    .left-itinerary {
        position: absolute;
        left: 26.5%;
        top: 37%;
        font-size: 35px;
        font-weight: 800;
        border-radius: 50px;
        z-index: 9999999;
    }
}

.img-hover-carousel {
    opacity: 0.4;
}

.carousel-m-item {
    background-color: black;
}

.carousel-m-item.active {
    background-color: rgba(0, 0, 0, 0);
}

.carousel-m-item.active .img-hover-carousel {
    opacity: 1;
}

.carousel-m {
    height: 600px;
}

.embed-responsive-6by9 {
    padding-bottom: 55%;
}


/*
.carousel-m-item:after {
    position: absolute;
    opacity: 5;
}

.carousel-m-item:after {
    content: '';
    width: 100%;
    height: 77%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}
*/