.image-content.container-full {
    margin: 0 auto;
    width: 100%;
}

.image-content.container-full .row{
    margin-left:0px;
    margin-right:0px;
}

.image-content .col-wrapper, .image-content .col-wrapper [class*="col-"]{
   
    
    padding-left:0px;
    padding-right:0px;
}

.image-content .col-wrapper.gutters [class*="col-"]{
    padding-left:15px;
    padding-right:15px;
    margin: 15px 0;
}

.image-content .col-wrapper .row{
    
    width:100%;
}

.image-content .col-wrapper .row [class*="col-"] .wrap{
   
    width:100%;
    position:relative;
    display: flex;
    align-items: center;
}



.image-content .col-wrapper .row [class*="col-"] a.wrap:hover{
    text-decoration:none;
}

.image-content .col-wrapper .row [class*="col-"] .wrap .content{
    width:100%;
    padding:0px 15px;
    height:auto;
    /*font-size:16px;*/
    line-height:1.5;
    font-weight:400;
}

.ic-parallax { 
    
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%;
}

.ic-overlay{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}

.ccm-custom-style-container h1, .ccm-custom-style-container h2, .ccm-custom-style-container h3, .ccm-custom-style-container h4, .ccm-custom-style-container h5, .ccm-custom-style-container h6{
    color:inherit;
}