/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 10 2024 | 03:24:50 */
.photo {
	position: relative;
}
.photo::before {
	content: '';
	background-image: url(https://test06.koo-lab.com/aobahome/wp-content/uploads/2024/02/2528464.png);
	top: -15rem;
    width: 20rem;
    height: 20rem;
	right: -10rem;
    position: absolute;
    z-index:5;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}