.monday-sticker {
	background: url('images/monday-sticker.png');
	position: absolute;
	background-repeat: no-repeat !important;
	width: 80vw;
	height: 100vh;
}
.wednesday-sticker {
	background: url('images/wednesday-sticker.png');
	position: absolute;
	background-repeat: no-repeat !important;
    background-position: left bottom !important;
    background-size: 500px 500px !important;
	width: 80vw;
	height: 100vh;
}
.friday-sticker {
	background: url('images/friday-sticker.png');
	position: absolute;
	background-repeat: no-repeat !important;
	width: 80vw;
	height: 100vh;
}