#main-container {
	background: url('/assets/img/games/img_background_desktop.png') no-repeat;
	background-size: cover;
	background-color: #2a2365;
}

.img-fluid {
	/* min-width: 430px; */
	user-select: none;
}

.text-course {
	position: absolute;
	bottom: 8px;
	font-size: 22px;
}

@media (max-width: 767px) {
	.img-fluid {
		min-width: 213px;
	}

	.text-course {
		min-width: 213px;
		bottom: 33px;
		font-size: 18px;
	}

	.shade {
		bottom: 33px;
	}
}

@media (min-width: 768px) and (max-width: 1400px) {
	.img-fluid {
		min-width: auto;
	}

	.text-course {
		bottom: calc(50% - 149px);
		font-size: 19px;
	}

	.shade {
		bottom: calc(50% - 145px);
		width: auto;
		left: initial;
	}
}
