h3 {
	border-bottom: #ee781e 1px solid;
}

h3 span:after {
	background: #ee781e;
}

.video {
	margin-top: 50px;
}

.layer .wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}


#product_abconline .wrapper:before {
	content: '';
	position: absolute;
	top: -50px;
	left: -25px;
	width: 50px;
	height: 50px;
	background: url('../images/dialog_top.svg') top left;
	background-size: contain;
}

#product_abconline .video {
	background: #31373d;
}

#product_wincenter .wrapper:after {
	content: '';
	position: absolute;
	bottom: -50px;
	right: -25px;
	width: 50px;
	height: 50px;
	background: url('../images/dialog_bottom.svg') bottom right;
	background-size: contain;
}

#product_wincenter .video {
	background: #ee781e;
}

.button_more {
	position: relative;
	top: 0;
	align-self: center;
	margin-top: 25px;
	transition: .2s;
}

.button_more:hover {
	top: -3px;
}

#product_abconline .button_more {
	background: #31373d;
}

#product_wincenter .button_more {
	background: #ee781e;
}

.button_more a {
	display: block;
	padding: 10px 25px;
	color: #fff;
}

@media screen and (max-width: 1024px) {

	#product_abconline .wrapper:before {
		display: none;
	}

	#product_wincenter .wrapper:after {
		display: none;
	}

}

@media screen and (max-width: 768px) {

	#product_abconline .wrapper:before {
		display: none;
	}

	#product_wincenter .wrapper:after {
		display: none;
	}

	.video {
		margin-top: 25px;
	}
}

@media screen and (max-width: 480px) {
}
