.live-2027 {
	background: url('../img/live-2027/live-2027-banner-1200x320.jpg') no-repeat;
	background-size: cover;
	width: 100%;
	position: relative;
	padding-bottom: 26.67%;
	height: 0;
	border-radius: 5px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	margin-bottom: 25px;
}

@media screen and (max-width: 960px) {
	
	.live-2027 {
		background: url('../img/live-2027/live-2027-banner-960x300.jpg') no-repeat;
		background-size: cover;
	}
	
}

@media screen and (max-width: 640px) {
	
	.live-2027 {
		background: url('../img/live-2027/live-2027-banner-640x500.jpg') no-repeat;
		background-size: cover;
		padding-bottom: 78.125%;
	}
	
}