@charset "UTF-8";




/* resp image */

.drivefortrees-leaf {
	position: relative;
	z-index: 10;
	pointer-events: none;
	display: flex;
	align-items: center;
	margin: -180px 0 40px;
}

.drivefortrees-leaf img {
	position: relative;
	display: block;
	max-width: 1280px;
	min-width: 640px;
	width: 100%;
}

@media only screen and (min-width: 920px) { img.mob-only { display: none } }
@media only screen and (max-width: 919px) { img.desk-only { display: none } }


