/*
Theme Name: Twenty Twenty-Three Child
Template: twentytwentythree
Version: 1.0.0
*/

img#leave-left {
    margin-left: -80px!important;
    margin-top: 102px;
    position: absolute;
    left: 0px;
    transform: scale(1.5) rotate(-4.5deg);
    z-index: -1;
}

img#leave-right {
    right: 0px;
    margin-right: -40px;
    margin-top: 0px;
    position: absolute;
    z-index: -1;
    transform: scale(1.5) rotate(342deg);
}

img#leave-right-small {
	right: 0px;
    margin-right: -160px;
    margin-top: -145px;
	position: absolute;
	z-index: -1;
}

@media screen and (max-width: 1700px){
	img#leave-left {
		opacity: 0.4;
	}
}
@media screen and (max-width: 1400px){
	img#leave-right{
		margin-top: 380px;
		transform: scale(0.9) rotate(25deg);

	}
}
@media screen and (max-width: 781px){
	img#leave-left{
		visibility: hidden;
	}
	img#leave-right{
		bottom: -683px;
		transform: scale(0.9) rotate(55deg);

	}
}

@media screen and (max-width: 480px){
	img#leave-right{
		visibility: hidden;
	}
}