.section.section--sunday-concert-banner {
	padding-top: 0;
	padding-bottom: 0;
}

.sunday-concert-banner__link {
	display: block;
}
.sunday-concert-banner__image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/home-concert-banner/home-banner-1600.jpg);
	padding-bottom: 52.31%;
}

/* Tickets on sale */
.section--sunday-concert-banner.section--sunday-concert-banner--on-sale .sunday-concert-banner__image {
	background-image: url(../images/home-concert-banner/home-banner-onsale-1600.jpg);
}

.sunday-concert-banner__logo {
	position: absolute;
	display: block;
	bottom: 1.1%;
	height: 9%;
	z-index: 9;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 5%;
}
.sunday-concert-banner__logo--sa {
	width: 4.5%;
	left: -38.2%;
}
.sunday-concert-banner__logo--supercars {
	width: 5.5%;
	left: -24.3%;
}
.sunday-concert-banner__logo--rw {
	width: 5.5%;
	left: -11.6%;
}
.sunday-concert-banner__logo--channel9 {
	width: 7%;
	left: 13.4%;
}
.sunday-concert-banner__logo--mix {
	width: 4%;
	left: -0.3%;
}
.sunday-concert-banner__logo--ticketmaster {
	width: 10%;
	left: 32.6%;
}

.sunday-concert-book-now {
	position: absolute;
	display: block;
	bottom: 29.7%;
	height: 9%;
	z-index: 9;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 41%;
}
.sunday-concert-book-now:hover {
	background-color: rgba(0,0,0,0.1);
}
.sunday-concert-logo-strip {
	display: flex;
	justify-content: center;
	align-items: center;
}
.sunday-concert-logo-strip__logo {
	margin: 0 19px;
}

/* BP 1 */
@media screen and (max-width: 1200px) {

	.sunday-concert-banner__image {
		background-image: url(../images/home-concert-banner/home-banner-1200.jpg);
	}
	.section--sunday-concert-banner.section--sunday-concert-banner--on-sale .sunday-concert-banner__image {
		background-image: url(../images/home-concert-banner/home-banner-onsale-1200.jpg);
	}
}

/* BP 2 */
@media screen and (max-width: 1000px) {
	.sunday-concert-banner__image {
		background-image: url(../images/home-concert-banner/home-banner-1000.jpg);
	}
	.section--sunday-concert-banner.section--sunday-concert-banner--on-sale .sunday-concert-banner__image {
		background-image: url(../images/home-concert-banner/home-banner-onsale-1000.jpg);
	}
	.sunday-concert-logo-strip__logo {
		margin: 0 10px;
	}
}

/* BP 3 */
@media screen and (max-width: 767px) {
	.sunday-concert-banner__image {
		background-image: url(../images/home-concert-banner/home-banner-767.jpg);
		padding-bottom: 93.61%;
	}
	.section--sunday-concert-banner.section--sunday-concert-banner--on-sale .sunday-concert-banner__image {
		background-image: url(../images/home-concert-banner/home-banner-onsale-767.jpg);
	}

	.sunday-concert-book-now {
		bottom: 0.9%;
		height: 8.9%;
		width: 54%;
}

	.sunday-concert-banner__logo {
		bottom: 1%;
		height: 9%;
		width: 5%;
	}
	.sunday-concert-banner__logo--sa {
		width: 8.5%;
		left: -72.3%;
	}
	.sunday-concert-banner__logo--supercars {
		width: 10.5%;
		left: -46%;
	}
	.sunday-concert-banner__logo--rw {
		width: 10%;
		left: -22%;
	}
	.sunday-concert-banner__logo--channel9 {
		width: 12%;
		left: 26%;
	}
	.sunday-concert-banner__logo--mix {
		width: 10%;
		left: 0.4%;
	}
	.sunday-concert-banner__logo--ticketmaster {
		width: 20%;
		left: 62.7%;
	}

}

/* BP 4 */
@media screen and (max-width: 600px) {
	.sunday-concert-banner__image {
		background-image: url(../images/home-concert-banner/home-banner-600.jpg);
	}
	.section--sunday-concert-banner.section--sunday-concert-banner--on-sale .sunday-concert-banner__image {
		background-image: url(../images/home-concert-banner/home-banner-onsale-600.jpg);
	}
}