/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 03 2023 | 01:54:55 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.two-skewed-images-container {
	width: 100%;
	display: flex;
}

.royal-skewed-image {
	width: 50%;
}

.royal-skewed-image-right {
	width: calc(50% + 1px);
	position: relative;
	right: 1px;
	clip-path: polygon(0 12%, 100% 0, 100% 100%, 0% 100%);
}

.royal-skewed-image-left {
	width: 50%;
	clip-path: polygon(0 0, 100% 12%, 100% 100%, 0% 100%);
}

