#about > .container > .row > .col-lg-12 > .about_content > .about_content-thumb > .about_content-thumb-image > .about_mask_svg {
	background-image: url(/public/media/original.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
}

#about > .container > .row.text-center {
	background-image: url(/public/media/original.jpeg);
	background-size: cover;
	background-position-y: center;
}

