.colcarou-frame {
    width:100% !important;
    display:flex;
    height: 500px !important;
}

/**Colcarou Item **/
.colcarou-item {
    position: relative;
    overflow: hidden;
    height: 100%;
    float: left;
    height: 500px;
}
@media (max-width: 768px) {
.colcarou-item.inactive{
    width: 16% !important;
}

.colcarou-item.active{
    width: 100% !important;
}
}

.colcarou-item h4{
    color: white;
    font-weight: 100;
    font-size: 25px;

}


.colcarou-item.active .colcarou-textbox {
    margin: auto;
    left: 0;
    right: 0;
    bottom:0;
    display:block;
    width:60%;
}
.colcarou-item.active .colcarou-textbox h2 {
    font-weight: bold;
    margin-bottom: 38px;
}
.colcarou-item.active .colcarou-textbox p {
    margin: 0;
    line-height: 31px;
    /* width: 80%*/
}
.colcarou-item.inactive .colcarou-textbox {
    display:table;
}
.colcarou-item.inactive .colcarou-textbox h2 {
    display: table-cell !important;
    vertical-align: middle;
}
.colcarou-item.inactive .colcarou-textbox {
    position: absolute;
    width: 5000px;
    background-color: rgba(67, 157, 211,0.4);
    top: 500px !important;
    padding: 0 10em;
}
.colcarou-item h2, .colcarou-item p {
    cursor: default;
}
/**Colcarou elements**/
.colcarou-textbox {
    position: absolute;
    top:35%;
    z-index: 5;
}
.colcarou-textbox h2,
.colcarou-textbox p {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.colcarou-text {
    width : 100%;
}
.colcarou-button {
    text-decoration: none;
    float:left;
    background-color: #fec51b;
    border-radius: 0;
    outline-style: none;
    padding: 0.5em 3em;
    color: #515151;
    font-weight: bold;
}

@media (max-width: 768px){
    .colcarou-button {
    text-decoration: none;
    float:left;
    background-color: #fec51b;
    border-radius: 0;
    outline-style: none;
    padding: 0.5em 3em;
    color: #515151;
    font-weight: bold;
    font-size: 2vw;
}
}
.colcarou-image {
    width: auto;
    max-width: 1920px;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    z-index: -1;
}
/**Special class for rotation**/
.colcarou-rotate {
    transform-origin: 0 0;
    transform: rotate(-90deg);
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
/*
For IE11
*/

@media (min-width:965px) and (-ms-high-contrast:none){
    .colcarou-item.active .colcarou-textbox {
        margin-top:15vh !important;
        margin-left:10vw !important;
    }
}

@media (max-width:965px) and (-ms-high-contrast:none) {
    .colcarou-item.active .colcarou-textbox {
        margin-top: 5vh !important;
        margin-left: 5vw !important;
        margin-right: 5vw !important;
    }
}


@media (min-width: 1400px) and (max-width:1549px){
    .colcarou-frame {
    width:100% !important;
    display:flex;
    height: 660px !important;
}
.colcarou-item.inactive .colcarou-textbox {
    position: absolute;
    width: 5000px;
    background-color: rgba(67, 157, 211,0.4);
    top: 660px !important;
    padding: 0 10em;
}
.colcarou-item {
    position: relative;
    overflow: hidden;
    height: 100%;
    float: left;
    height: 660px;
}
}


@media (min-width:1550px) and (max-width:2000px) {
        .colcarou-frame {
    width:100% !important;
    display:flex;
    height: 750px !important;
}
.colcarou-item.inactive .colcarou-textbox {
    position: absolute;
    width: 5000px;
    background-color: rgba(67, 157, 211,0.4);
    top: 750px !important;
    padding: 0 10em;
}
.colcarou-item {
    position: relative;
    overflow: hidden;
    height: 100%;
    float: left;
    height: 750px;
}
    }