div.carrousel {
    background-color: #eee;
    height: auto;
}

@media only screen and (min-width: 992px) {
    div.carrousel {
        max-height: 350px;
        margin-top: 20px;
    }
    .front-carrousel{
        float: right;
    }
}
@media only screen and (min-width: 992px){
    .front-carrousel {
        /*    max-width: 800px;*/
        width: 95%;
    }
}

@media only screen and (max-width: 991px){
    .front-carrousel{
        margin-bottom: 10px;
    }
}

.carousel-indicators li {
    border: 1px solid darkgrey;
}

.carousel-indicators .active {
    background-color: darkgrey;
}

.heading {
    display: -webkit-flex;
    display: flex;
    height: 100%;
    min-height:350px;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    float: left;
    padding: 0;
    position: relative;
    width: 30px;
}

.heading span{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: darkgrey;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    height: 100%;
    margin-left: 0;
    position: absolute;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    white-space: nowrap;
    /*padding-top: 25px;*/
}

.youtube .heading{
    min-height: 300px;
}

.carousel-inner{
    min-height: 350px;
}

.carousel-inner-img{
    padding: 0;
}

.carousel-inner .carousel-img {
    background-position: left;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    width: 100%;
    height:auto;
    min-height:350px;
    max-height:350px;
}

.carousel-inner-text{
    min-height: 350px;
}

.carousel-inner .carousel-caption {
    height: 100%;
    background-color: white;
    color: darkblue;
    float: right;
    bottom: 0;
    right: 0;
    left: 0;
}

/*.carousel-inner .carrousel-band {*/
    /*width: 15%;*/
    /*display: block;*/
    /*background-color: #2E9B2F;*/
    /*float:left;*/
/*}*/

.carousel-inner .carrousel-band {
    display: block;
    padding: 15px 0;
    position: absolute;
    height: 100%;
    background-color: #2E9B2F;
    z-index: 10;
    top: 0;
    text-shadow: none;
    text-transform: uppercase;
    width: 7%;
}

.carousel-inner .carrousel-band i {
    border: 2px solid white;
    padding: 4px;
    max-width: 45px;
    border-radius: 50%;
    color: white;
    font-size: 2vh;
}

@media only screen and (max-width: 767px){
    .carousel-inner .carousel-caption{
        left: 0;
        position: fixed;
    }
    .carousel-inner .carrousel-caption-content{
        height: 300px;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
    .carousel-inner .carrousel-band {
        width: 10%;
    }
}

.carousel-inner .carrousel-band .icon-name {
    margin-top: 75px;
    display: block;
    transform: rotate(270deg);
   /* transform-origin: center top 0px; */
    color: white;
    font-size: 1.5em;
}

.carousel-inner .carrousel-caption-content {
/*    width: 100%;
    float: right;
    padding: 25px 35px;*/
    color:#1C4446;
    margin-left: 80px;
    margin-right: 80px;
    text-shadow: none;
}

.carousel-inner .carrousel-caption-content a {
    text-decoration: none;
}

.carousel-inner .carrousel-caption-content .carousel-title {
    font-family: "Montserrat-bold", sans-serif;
    padding: 0 0 10px;
    text-align: left;
    color: #1C4446;
}

.carousel-inner .carrousel-caption-content .carousel-title h4 {
    margin-bottom: 0;
}

.carousel-inner .carrousel-caption-content .carousel-title span {
    font-family: "Montserrat-light", sans-serif;
    padding-top: 0;
}

.carousel-inner .carrousel-caption-content .carousel-text {
    font-family: "Montserrat-regular", sans-serif;
/*    padding: 25px 35px;*/
    font-size: 1.4em;
    text-align: left;
    color:#1C4446;
}

.sideimg-button:first-of-type {
    margin-bottom: 10px;
}

.sideimg-button {
    float: left;
    position: relative;
    width: 100%; /* Adjust to your needs */
}

.sideimg-button a img {
    margin: auto;
    max-width: none; /* this was needed for my particular instance*/
    position: inherit;
    top: 11px; right: -50%; bottom: 0; left: -50%;
    z-index: 0;
    height: 170px;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .sideimg-button a img{
        height: 250px;
    }
}

.sideimg-button a span {
    color: #1c4446;
    position: absolute;
    text-align: center;
    min-width: 70%;
    font-size: 23px;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 2px;
    bottom: 5px;
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.carousel-control{
    width: 7%;
}