.tactic-background {
	box-sizing: border-box;
	background: url("/images/misc/soccer-field-background.jpg") center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 850px; 
	width: 100%;
}
.tactic {
	position: absolute;
}
.tactic-label {
	color: black;
	font-weight: bold;
}
.tactic-select {
	width: 150px;
	float: left; 
	padding: 0 .75rem; 
	display: block; 
	font-size: 1rem; 
	line-height: 1.5; 
	color: #495057; 
	border: 1px solid #ced4da; 
	border-radius: .25rem; 
}

@media(min-width: 1200px) {
	.tactic-commitment {
		margin-left: 10%;
		margin-top: 1%;
	}
	.tactic-defense {
		margin-left: 13.5%;
		margin-top: 24.3%;
	}
	.tactic-tactic {
		margin-left: 44.3%;
		margin-top: 20.3%;
	}
	.tactic-winbonus {
		margin-left: 44.3%;
		margin-top: 28.3%;
	}
	.tactic-captain {
		margin-left: 44.3%;
		margin-top: 1%;
	}
	.tactic-playmaker {
		margin-left: 44.3%;
		margin-top: 24.3%;
	}
	.tactic-cornerplayer {
		margin-left: 75%;
		margin-top: 1%;
	}
	.tactic-freekickplayer {
		margin-left: 60%;
		margin-top: 24.3%;
	}
	.tactic-penaltyplayer {
		margin-left: 75%;
		margin-top: 24.3%;
	}
}
