.cast-box {
	align-items: center !important;
}

@media only screen and (max-width: 768px) {
	.cast-box {
		align-items: center !important;
	}
}