.green_bg{
  background: #6aa84f;
}
.yellow_bg{
  background: #ffecbc;
}
.mid_text {

    position: absolute;
    font-size: 5vw;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    color: white;

}
.right_image {
    position: absolute;
    width: 35%;
    border-top-left-radius: 2vmin;
    border-bottom-left-radius: 2vmin;
    right: 0;
    transform: translateY(-50%);
    top: 56%;
}
.top_instruction {
    position: absolute;
    background: #674ea7;
    color: white;
    font-size: 2.2vw;
    width: 100%;
    padding: 1%;
    top: 0;
    left: 0;
    border-bottom-left-radius: 1vmin;
    border-bottom-right-radius: 1vmin;
}
.draggable_1, .draggable_2 {
    position: absolute;
    font-size: 5vw;
    background: #7b5dc9;
    color: white;
    padding: 1%;
    width: 10%;
    border-radius: 1vmin;
    cursor: pointer;
    top: 71%;
    left: 17%;
    text-align: center;
    z-index: 9999;
}
.draggable_2 {
    left: 38%;
}
.lowertextblock {
    height: 15%;
    width: 45%;
    top: 29%;
    left: 9%;
    background: white;
    position: absolute;
    border-radius: 2vmin;
}
.audio_icon {
    position: absolute;
    width: 9%;
    left: 3%;
    transform: translateY(-50%);
    top: 50%;
    cursor: pointer;
}
.inside_text {
    position: absolute;
    font-size: 2vw;
    transform: translateY(-50%);
    top: 50%;
    left: 16%;
}
.dropping_area {
    position: absolute;
    background: #d9d9d9;
    height: 70%;
    font-size: 2.4vw;
    top: 15%;
    width: 12%;
    border-radius: 1vmin;
    border: .5vmin solid #999999;
    left: 81%;
}
.hovered{
  border: dashed #666666;
}
.cross_icon_right {
    position: absolute;
    width: 5%;
    top: 89%;
    left: 41%;
}
.cross_icon_left {
    position: absolute;
    width: 5%;
    top: 89%;
    left: 20%;
}
.correct_icon {
    position: absolute;
    width: 6%;
    top: 33%;
    left: 56%;
}
@media (min-aspect-ratio: 4/3){
	.top_instruction{
		font-size: 4.5vmin;
	}
  .draggable_1, .draggable_2 {
    font-size: 8vmin;
  }
  .inside_text{
    font-size: 4vmin;
  }
  .dropping_area{
    font-size: 5vmin;
  }
}







