.container-fluid {
    background: linear-gradient(90deg, #0C5978 0%, #324a7d 100%);
    background: -moz-linear-gradient(90deg, #0C5978 0%, #324a7d 100%);
    background: -webkit-linear-gradient(90deg, #0C5978 0%, #324a7d 100%);
    background: -o-linear-gradient(90deg, #0C5978 0%, #324a7d 100%);
}

.title {
    font-weight: bold;
    color: orange;
}

#left {
    padding: 20px;
    /*float:left;*/
    /*width: 22%;*/
}

#left .title {
    font-size: 26px;
}

#left .content {
    color: orange;
    font-size: 20px;
    /*padding-left: 1em;*/
}

#right {
    /*padding: 10px;*/
    /*width: 22%;*/
    /*position: absolute;*/
    /*right: 1%;*/
    /*bottom: 1%;*/
    height: calc(100% - 77px);
}

#image_content {
    text-align: center;
    /*float:left;*/
    /*width: 56%;*/
}

#right #description {
    border: 1px solid #cccbcb;
    border-radius: 10px;
    background: #69696957;
    position: absolute;
    right: 2%;
    bottom: 2%;
    width: 91%;
}

#right #description .title {
    font-size: 22px;
    text-align: left;
    width: 100%;
    font-weight: bolder;
    padding: 10px 15px;
    margin-bottom: 0px;
    border-radius: 10px 10px 0px 0px;
}

#right #description .content {
    padding: 15px;
    z-index: 1;
    font-size: 16px;
    border-radius: 0px 0px 10px 10px;
    line-height: 1.5em;
    letter-spacing: 2px;
    color: white;
}

#right #description .content p {
    text-align: justify;
}

img.fit_height {
    width: auto;
    height: calc(100% - 77px);
}

/* tablet 768 */
@media (max-width: 768px) {
    .banner {
        background-size: auto !important;
        background-position: right;
    }

    img.fit_height {
        width: 100%;
        height: auto;
    }

    #right {
        height: auto;
        margin-top: 1em;
        margin-bottom: 1em;
    }

    #right #description {
        position: initial;
        width: auto;
    }
}
