/*.carousel-inner {*/
/*width: 100%;*/
/*display: inline-block;*/
/*position: relative;*/
/*}*/
/*.carousel-inner {*/
/*padding-top: 43.25%;*/
/*display: block;*/
/*content: "";*/
/*}*/
/*.carousel-item {*/
/*position: absolute;*/
/*top: 0;*/
/*bottom: 0;*/
/*right: 0;*/
/*left: 0;*/
/*background: no-repeat center center scroll;*/
/*-webkit-background-size: cover;*/
/*-moz-background-size: cover;*/
/*-o-background-size: cover;*/
/*background-size: cover;*/
/*-webkit-transition: 3s ease-in-out left;*/
/*-moz-transition: 3s ease-in-out left;*/
/*-o-transition: 3s ease-in-out left;*/
/*transition: 3s ease-in-out left;*/
/*}*/
/*.caption {*/
/*position: absolute;*/
/*top: 50%;*/
/*left: 50%;*/
/*transform: translateX(-50%) translateY(-50%);*/
/*width: 60%;*/
/*z-index: 9;*/
/*margin-top: 20px;*/
/*text-align: center;*/
/*}*/
/*.caption h1 {*/
/*color: #fff;*/
/*font-size: 52px;*/
/*font-weight: 700;*/
/*margin-bottom: 23px;*/
/*-webkit-transition: 3s ease-in-out;*/
/*-moz-transition: 3s ease-in-out;*/
/*-o-transition: 3s ease-in-out;*/
/*transition: 3s ease-in-out;*/
/*}*/
/*.caption h2 {*/
/*color: rgba(255,255,255,.75);*/
/*font-size: 26px;*/
/*font-weight: 300;*/
/*}*/
/*a.big-button {*/
/*color: #fff;*/
/*font-size: 19px;*/
/*font-weight: 700;*/
/*text-transform: uppercase;*/
/*background: #eb7a00;*/
/*background: rgba(255, 0, 0, 0.75);*/
/*padding: 28px 35px;*/
/*border-radius: 3px;*/
/*margin-top: 80px;*/
/*margin-bottom: 0;*/
/*display: inline-block;*/
/*}*/
/*a.big-button:hover {*/
/*text-decoration: none;*/
/*background: rgba(255, 0, 0, 0.9);*/
/*}*/
/*a.view-demo {*/
/*color: #fff;*/
/*font-size: 21px;*/
/*font-weight: 700;*/
/*display: inline-block;*/
/*margin-top: 35px;*/
/*}*/
/*a.view-demo:hover {*/
/*text-decoration: none;*/
/*color: #333;*/
/*}*/

/*.carousel-indicators .active {*/
/*background: #fff;*/
/*}*/
/*.carousel-indicators li {*/
/*background: rgba(255, 255, 255, 0.4);*/
/*border-top: 20px solid;*/
/*z-index: 15;*/
/*}*/
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 50px;
    height: 50px;
}
.carousel-inner > .item >img{
    /* height: auto; */
    width: 100% !important;
    height: 650px;
    object-fit: cover;
}
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.3, 1.3);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.3, 1.3);
    }
}

.carousel-inner .carousel-item > img {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
}
.carousel, .carousel-inner, .carousel-item, .carousel-caption {
    height: 650px;
    width: 100% !important;
}
.carousel-item img {
    /* width: 100%; */
    /* height: 100%; */
    object-fit: cover;
}
.caption.carousel-caption {
    right: 0% !important;
    left: 0% !important;
    height: 100%;
    bottom: 0%;
    min-height: inherit;
    padding-top: 20%;
    background: #00000054;
}
.carousel-indicators li {
    margin: 0px 7px;
}
.carousel-indicators {
    padding: 10px !important;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}
.carousel h1, .carousel h2 {
    padding-bottom: 10px;
}
.carousel h1 {
    font-weight: bolder;
}
.carousel h2 {
    font-weight: lighter;
    font-size: 1.3em;
}
@media (max-width: 678px) {
    .carousel-inner > .item >img{
        height: 300px;
    }
    .carousel, .carousel-inner, .carousel-item, .carousel-caption{
        height:300px;
    }
}