.-m-cms-cont-cd-section {
	background-size:cover;
	background-position:50%;
	box-sizing:border-box;
	display:flex;
	position:relative;
}
.-m-cms-cont-cd-section.next-arrow {
	padding-bottom:180px;
}
.-m-cms-cont-cd-section.cd_full{
	height:calc(100vh - 101px);
	color:#fff;
}
.-m-cms-cont-cd-section .-next {
	cursor:pointer;
	position:absolute;
	bottom:20px;
	left:0;
	right:0;
	max-width:200px;
	margin:auto;
	text-align:center;
	font-size:18px;
	line-height:1.1;
}
.-m-cms-cont-cd-section .-next > img {
	margin-top:20px;
}
