.game-container {
	display: flex;
}

.audio-container {
	width: 49%;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}

.audio-container .media {
	height: 150px;
	width: 50%;
	margin-bottom: 10px;
	min-width: 231px;
}

.audio-container .errAPMute {
	display: none;
}

.audio-container .errAPVolumeSlider {
	display: none !important;
}

.picture-container {
	width:51%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
}

.picture-container img {
	height:150px;
	margin-bottom: 10px;
	z-index: 20;
}

.image-container {
	height:150px;
	margin-bottom: 10px;
}

.picture-caption {
	background-color: black;
	position: relative;
	bottom: 49px;
	color: white;
	z-index: 101;
	height: 34px;
	padding-top: 8px;
	padding-left: 8px;
	width: 240px;
	opacity: 0.7;
}


.picture-text, .content .prime .picture-text{
	margin: 0;
	position: absolute;
	top: 123px;
	color: white;
	padding-left: 8px;
	z-index: 102;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 240px;
}

.draggable {
	cursor: move;
}

@media (max-width: 1680px) {
	.game-container {
		justify-content: center;
	}

	.audio-container, .picture-container {
		width: 240px;
	}

}