.color_futures_large_size .color_futures_large_size,
.color_futures_medium_size .color_futures_medium_size,
.color_futures_small_size .color_futures_small_size {
	display: block;
}

.color_futures_large_size .color_futures_medium_size,
.color_futures_large_size .color_futures_small_size,
.color_futures_medium_size .color_futures_large_size,
.color_futures_medium_size .color_futures_small_size,
.color_futures_small_size .color_futures_large_size,
.color_futures_small_size .color_futures_medium_size {
    display: none;
    height: 0;
    width: 0;
} 
.colour-future .multi-card .multi-card__txt  h2 {
    font-size: 2.5rem;
    line-height: 3.4rem
}
.image-gallery {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.image-gallery.row:before,
.image-gallery.row:after {
    content: none;
}
.image-gallery .image-gallery-item {
    background-size: cover;
    margin-right: 10px;
    margin-left: 10px;
    background-position: center center;
    cursor: pointer;
}
.image-gallery .back-to-top {
    background-color: #333;
    opacity: 0.5;
    z-index: 995;
    border-radius: 5px;
    width: 7rem;
    height: 6rem;
    position: fixed;
    right: -4px;
    bottom: 35%;
    display: inline-block;
}
.image-gallery .image-gallery-item {
    background-size: cover;
    margin-right: 10px;
    margin-left: 10px;
    background-position: center center;
    cursor: pointer;
    overflow: hidden;	
}
.image-gallery .image-gallery-detail {
    overflow: hidden;
}

.btn.btn-cf-showmoreimg {
    display: none;
}

.image-gallery-item:hover .image-gallery-overlay {
    opacity: 1;
}

.image-gallery-item:hover .image-gallery-overlay .image-gallery-details {
    opacity: 1;
}

.image-gallery-item .image-gallery-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.42);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.3s ease-out;
}

.image-gallery-item .image-gallery-overlay .image-gallery-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    opacity: 0;
    transition: all 0.3s 0.1s ease-in;
}

.image-gallery-item .image-gallery-overlay .image-gallery-details .icon-view {
    font-size: 24px;
}

@media screen and (min-width: 768px){
    .image-gallery {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* CF Page css */
.cf-page .page-header {
    display: none;
}

.cf-page .main-container.container{
    margin: 0 auto;
    width: 100%;
    padding: 0;
    max-width: 100%;
}

.cf-page .cf-container {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding: 0 7px;
}

.cf-page .panels-flexible-row {
    padding: 0 !important;
    margin: 0 auto !important;
}

.cf-page .mono-card .promo-block-app-cta {
    margin-top: 40px;
}

.cf-page .panels-flexible-row.panels-flexible-row-last {
    padding: 0 7px !important;
}

.cf-page .panels-flexible-row.panels-flexible-row-last .multi-card {
    background-color: #fcfafa;
    box-shadow: none;
}

@media only screen and (min-width: 768px){
    .cf-page .mono-card .panels-flexible-region-inside {
        padding: 0!important;
    }
}

/* override Grid */
.image-gallery [class*="col-"],
.image-gallery [class*=" col-"] {
    padding-right: 7px;
    padding-left: 7px;
}
.main-container .image-gallery .row {
    margin-left: -15px;
    margin-right: -15px;
    background-clip: content-box;
}

@media only screen and (min-width: 320px) {
    .main-container .image-gallery .row {
        margin-right: -7px;
        margin-left: -7px;
    }
}

@media only screen and (min-width: 768px) {
    .image-gallery [class*="col-"],
    .image-gallery [class*=" col-"] {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media only screen and (min-width: 1024px) {
    .image-gallery [class*="col-"],
    .image-gallery [class*=" col-"] {
        padding-right: 12px;
        padding-left: 12px;
    }
}