
.cenabs {
	background-image: url(../images/morello-tilted.webp);
	background-position: center center;
	background-repeat: no-repeat;
  background-size: cover !important;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
}

.cencontent img {
	width: 600px;
	margin: 0 auto;
}

@media screen and (max-width: 1280px) {
	.cencontent img {
		width: 400px;
	}
}

@media screen and (max-width: 640px) {
	.cencontent img {
		width: 250px;
	}
}