.phn section.destak-main-content > article .image {
    max-width: 90% !important;
    max-height: 90% !important;
}

@media screen and (min-width: 320px) {
	section.destak-main-content > article .image {
		width: 90% !important;
		height: auto !important;
	}
}

@media screen and (min-width: 992px) {
	section.destak-main-content > article .image {
		width: auto !important;
		height: auto !important;
	}
}

/*
@media screen and (max-width: 495px) {
	section.destak-main-content > article .image {
		width: 90%;
		height: auto;
	}
}
*/