@media only screen and (min-width: 768px) {
	.cornered-imagetext .elementor-image-box-content {
		padding: 50px;
		margin-top: 0;
	}
}


@media only screen and (min-width: 1200px) {
	/**
	 * PSEUDO-MODULE UTILITY
	 */
	
	.cornered-imagetext {
		position: relative;
	}

	.cornered-imagetext .elementor-image-box-img {
		position: absolute;
		top: 0;
		width: 52% !important;
	}
	
	.cornered-imagetext .elementor-image-box-content {
		padding: 150px;
		margin-left: 45%;
		margin-top: 150px;
	}
}