/**
 * Theme Name: Joko
 * Version: 1.0
**/

.sticker{
	position: absolute;
	max-height: 350px;
	max-width: 350px;
	bottom: 10%;
	left: 5%;
}
@media only screen and (max-width: 640px){
	.sticker{
		display: none;
	}
}
@media only screen and (min-width: 1250px){
	.sticker{
		position: absolute;
		max-height: 450px;
		max-width: 450px;
		bottom: 10%;
		left: 5%;
	}
	@media only screen and (max-height: 1150px){
	.sticker{
		position: absolute;
		max-height: 350px;
		max-width: 350px;
		bottom: 10%;
		left: 5%;
	}
	}
}