/* area */

.lytImage.large {
	position: relative;
	overflow: hidden;
}
.lytImageImage.W50 {
	position: relative;
}
iframe {
	height: 446px;
	margin-top: -55px !important;
}
.listArea_wrap {
	background: #eff5fb;
	padding: 20px 25px;
	border-radius: 5px;
	margin-top: 18px;
}
@media screen and (max-width: 768px) {
	.lytImageImage.W50 {
		position: static;
	}
	.lytImage.large .lytImageImage {
		overflow: hidden;
	}
}