.ccm-layout-row{
	padding: 0 50px 50px 50px;
	position:relative;
}

.no-edit .ccm-layout-row .last{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right:0;
	padding-right:50px;
}

[class^="ccm-layout-col-spacing"] img{
	width:100%;
}

@media(max-width:1600px){
	.no-edit .ccm-layout-row .last{
		position:inherit;
		top: 0;
		transform: translateY(0%);	
		padding-right:0px;
	}
}

@media(max-width: 1024px){
	.ccm-layout-row .first,
	.ccm-layout-row .last{
		width:100% !important;
	}
	.ccm-layout-row .first{
		padding-bottom:50px;
	}
	.ccm-layout-row .last{
		position:inherit;
		top: 0;
		transform: translateY(0%);	
		padding-right:0px;
	}
	.last .ccm-layout-col-spacing{
		margin:0 !important;
	}
}
@media(max-width:767px){
	.ccm-layout-row{
		padding:20px 40px;
	}
}
@media(max-width:480px){
	.ccm-layout-row{
		padding:20px ;
	}
}