#hero .overlay {
    background: linear-gradient(90deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.4) 100%) !important
}
#hero {
    height: 90vh !important;
}
#smokey{
    position: absolute;
    top: 0;
    left: 0;
    width: 800px;
    height: 457px;
    /* opacity: 0; */
    animation: 4s fadeIn forwards;
}
.smoke-class{
    	min-height: 400px;
}
.smoke-class .column-bg-overlay{    
    mix-blend-mode: color !important;
    background: radial-gradient(circle at 50% 0, rgba(170, 20, 37, .5), rgba(170, 20, 37, 0) 70.71%), radial-gradient(circle at 6.7% 75%, rgba(221, 13, 137, .5), rgba(221, 13, 137, 0) 70.71%), radial-gradient(circle at 93.3% 75%, rgba(166, 207, 14, .5), rgba(166, 207, 14, 0) 70.71%);
    background: linear-gradient(to top left, rgba(166, 207, 14, .8), rgba(255, 153, 150, 0), rgba(221, 13, 137, .8)), linear-gradient(to top right, rgba(170, 20, 37, .8), rgba(170, 155, 88, 0), rgba(16, 162, 191, 0.8)) rgba(255, 153, 150, 1) !important;
    animation: 4s fadeInColour 4s forwards !important;
	opacity: 1 !important;
	height:100%;


}
.column-bg-overlay {
    pointer-events: none;
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: ' ';
    display: block;
    opacity: 0;
    transition: background-color .45s cubic-bezier(.25,1,.33,1),opacity .45s cubic-bezier(.25,1,.33,1);
    -webkit-transition: background-color .45s cubic-bezier(.25,1,.33,1),opacity .45s cubic-bezier(.25,1,.33,1);
}
.smoke-class::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(https://www.cbwebsitedesign.co.uk/wp-content/uploads/2019/08/frame-double-drip.png);
	background-repeat: no-repeat;
    background-position: center;
	visibility: visible !important;
	background-size: cover !important;
	padding-right: 2px;
}

.smoke-class  canvas{
    margin-left: -1%;
	width:100% !important;
	height:100% !important
}

@media screen and (max-width: 600px) {
    .smoke-class {
        min-height:275px !important;
    }
	.smoke-class  canvas{
		padding-bottom: 1% !important;
	}
	body .vc_row-fluid .full-width-column-fix{
		max-width:320px !important;
	    margin: 0 auto !important;
		margin-right: 0 auto !important;
	}
}
@media screen and (max-width: 1330px) and (min-width: 1000px){
	.smoke-class::after{
	    background-image: none !important;
	}
	.full-width-column-fix{
		max-width: none !important;
		    padding: 5% !important;
	}
@media screen and (max-width: 1000px) {
	.smoke-row .vc_col-sm-6{
		max-width:600px!important;
	    margin: 0 auto !important;
	}
	.smoke-class::after{
	height:101% !important;
	}

}