
body {
    background-image: url(../images/studio_end.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
}

	@media screen and (max-width: 766px) {
		body {
		    background-position: 50% 50%;
		}
	}

.main_txt h2 , .main_txt p{color: darkgray;}


	@media screen and (max-width: 766px) {
		.main_txt .txt{
			padding-top: 120px;
		}
	}

