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

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

.text-container {
	text-align: center;
	font-size: 2em;
	color: white;
}

.image-text-container {
	position: fixed;
	display: flex;
	flex-direction: column;
    top: 10%;
    width: 82%;
    left: 9%;
	height: 84%;
	background-color: #22BAA3;
	border-radius: 15px;
	padding: 15px;
}

.image-container {
	flex-grow: 1;
}

.image-text-container img {
	width: 100%;
	height: 100%;
}

#puzzlepiece_reform {
    left: 62.3%;
    top: 53.1%;
}

#puzzlepiece_recycle {
	left: 65.2%;
    top: 36%;
}

#puzzlepiece_reduce {
    left: 41.3%;
    top: 53.2%;
}

#puzzlepiece_reclaim {
	left: 27.6%;
    top: 54.9%;
}

#puzzlepiece_refuse {
    left: 22%;
    top: 45.9%;
}

#puzzlepiece_reuse {
    left: 25.9%;
    top: 26.7%;
}

.images-drag img {
	top: 0px;
	left: 0px;
	position: relative;
	width: 100%;
	height:100%;
}

.drop {
	position: absolute;
	top: 22.7%;
	width: 342px;
	border-radius: 14px;
	font-size: 1.5em;
	color: #fff;
	text-align: center;
}

.dropzone {
	background-color: #ffffff;
	height: 102.5px;
    width: 102.36px;
    border-radius: 100%;
	margin: 12px 10px;
	position: absolute;
}

.center-box {
    width: 82%;
    height: 115%;
    top: 14%;
    left: 9%;
    position: absolute;
}

#holder-1 {
	display: flex;
    justify-content: space-evenly;
	align-items: center;
    width: 80%;
	height: 125px;
    margin: auto;
	background-color: rgba(101, 165, 192, 0.4);
}

#holder-1 .images-drag {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 12%;
    height: 82%;
}

#holder-1 .images-drag img{
	display: flex;
	flex:1;
	max-width:100%;
	max-height:100%;
	margin: 0;
}

.center-box-image {
	width: 100%;
}

.verb-wording {
	position: relative;
	top: 11px;
}

#sticker-holder-1 {
	top: 80%;
	position: absolute;
	left: 8.6%;
	width: 83.3%;
}

.sticker {
	height: 182px;
	margin: 0 1em;
	cursor: grab;
}

.ui-state-hover { background-color: var(--yellow-color-hover) !important }

.dropzone img { margin: 0 !important; }

.drop p { margin: 205px 0.5em 0 0.5em; }