.green-box {
	left: 9%;
	top: 1.4%;
	width: 82%;
	height: 11.4%;
	line-height: 1.1em;
}

.green-box p:first-child {
	margin-top: 0.125em;
}

.solid-light-purple-box {
	position: fixed;
	top: 33%;
	width: 76%;
	left: 12%;
}

.beach_wrapper {
	position: absolute;
	top: 13.8%;
	left: 11.3%;
	height: 68.4%;
	width: 77.3%;
	border-radius: 0.5em;
}

.beach_wrapper #beach-image {
	width: 100%;
	height: 100%;
}

#beach-image { border-radius: 1em; }

#bin_wrapper {
	position: absolute;
	top: 83%;
	left: 11.2%;
	width: 82%;
	height: 12.7%;
}

.bin-holder {
	width: 18.1%;
	height: 100%;
	border-radius: 7px;
	background: var(--green-color);
	-webkit-box-shadow: 5px 5px 2px 2px #00000028;
	box-shadow: 5px 5px 2px 2px #00000028;
	display: inline-block;
	font-size: 2em;
	line-height: 1.3em;
	color: #fff;
	text-align: center;
	overflow: hidden;
	margin-right: 10px;
}

.stickers {
	position: absolute;
	top: 63%;
}
.sticker {
	width: 118px;
	cursor: grab!important;
}

.vocabularyPopover {
	text-decoration: none!important;
}

#plastic-bottles {
	position: absolute;
	left: 0%;
}

#plastic-wrappers {
	position: absolute;
	left: 19.2%;
}

#plastic-bags {
	position: absolute;
	left: 38.2%;
}

#straws {
	position: absolute;
	left: 57.2%;
}

#foam {
	position: absolute;
	left: 76.2%;
}

.dropzone img {
	position: absolute!important;
	top: 11px!important;
	left: 22px!important;
	visibility: hidden;
}

.counter {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 33%;
	color: var(--violet-color);
	font-weight: 600;
	text-align: center;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}
/*
.mark {
	display: inline-block;
	height: 2rem;
	width: 0.4rem;
	margin-left: 0.5rem;
	background-color: #3F2E4E;
}
*/

/* Let's move this to having the PHP set the position in style */
.placement_1 {
	position: absolute;
	top: 318px;
	left: 40px;
}

.placement_2 {
	position: absolute;
	top: 433px;
	left: 399px;
}

.placement_3 {
	position: absolute;
	right: 145px;
	bottom: 50px;
}

.placement_4 {
	position: absolute;
	left: 205px;
	bottom: 200px;
}

.placement_5 {
	position: absolute;
	top: 304px;
	right: 221px;
}

.placement_6 {
	position: absolute;
	top: 261px;
	left: 200px;
}

.placement_7 {
	position: absolute;
	left: 104px;
	bottom: 40px;
}

.placement_8 {
	position: absolute;
	bottom: 12px;
	right: 30px;
}

.placement_9 {
	position: absolute;
	bottom: 50px;
	right: 282px;
}

.placement_10 {
	position: absolute;
	right: 68px;
	bottom: 179px;
}

.placement_11 {
	position: absolute;
	left: 438px;
	bottom: 262px;
}