.cover-maker-background-image {}
.cover-maker-background-image .background-image {
	padding-top: 40%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

._carousel_mk_container {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}

._carousel_mk_container ._carousel_items {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}

._carousel_mk_container ._carousel_items ._display {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: calc(100% - 30px);
	height: 100px;
	margin: 0px 15px;
}

._carousel_mk_container ._carousel_items ._display ._display_dummy{
	visibility: hidden;
	height: 0px;
	width: 0px;
}

._carousel_arrows_mk .a_left .fa { 
	width: 30px; 
	height: 30px;
	position: absolute; 
	top: 115px; 
	left: -30px; 
	outline: none;
	cursor: pointer;
	text-align: center;
	font-size: 40px;
	line-height: 30px;
	color: #FFDF42;
}

._carousel_arrows_mk .a_right .fa { 
	width: 30px; 
	height: 30px;
	position: absolute; 
	top: 115px; 
	right: -30px; 
	outline: none;
	cursor: pointer;
	text-align: center;
	font-size: 40px;
	line-height: 30px;
	color: #FFDF42;
}


@media(max-width:400px){
	._carousel_mk_container ._carousel_items ._display {
		width: calc(100% - 60px);
		margin: 0px auto;
	}
	._carousel_arrows_mk .a_left .fa {
		top: 145px;
		left: 15px !important;
	}
	._carousel_arrows_mk .a_right .fa {
		top: 145px;
		right: 15px !important;
	}
}

@media(max-width:767px){
	._carousel_mk_container ._carousel_items ._display {
		width: calc(100% - 60px);
		margin: 0px auto;
	}
	._carousel_arrows_mk .a_left .fa {
		left: 15px !important;
	}
	._carousel_arrows_mk .a_right .fa {
		right: 15px !important;
	}
}


