@charset "UTF-8";

.fix-bg .section-inner:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 45%;
	height: 100%;
	background: url(../images/about_section.jpg) left top;
	background-size: cover;
	background-repeat: no-repeat;
}

@media (max-width: 667px){
	.fix-bg .section-inner:before {
		width: 280px;
		height: 100%;
	}
}