@charset "utf-8";


.sampleBox img {
    position: absolute;
    right: 20px;
    top: 20px;
	z-index: 9999;
	width: 50px;
	height: 50px;
}

@media (max-width: 750px) {
		
	.sampleBox img {
    position: absolute;
    right: 10px;
    top:40px;
	z-index: 5;
	width: 30px;
	height: 30px;
	}
}
