/* Chi Siamo — intro row: factory photo inserted to the right of the title,
   pushing the paragraph text down below it.
   Note: WPBakery doesn't output el_id/el_class on this row in this install
   (silently dropped), so this can't be scoped to the row — .pitador-content-photo
   is specific enough on its own. */
.pitador-content-photo {
	margin-bottom: 36px;
	border-radius: 4px;
	overflow: hidden;
}
.pitador-content-photo img {
	width: 100%;
	height: auto;
	display: block;
}
@media screen and (max-width: 999px) {
	.pitador-content-photo {
		margin-bottom: 24px;
	}
}
