@media screen and (max-width:749px){
	.banner-grid{
		padding-right:0;
		padding-left:0
}
}
.banner-grid__wrapper{
	display:flex;
	justify-content:space-between;
	overflow:auto;
	flex-flow:row nowrap;
	scroll-snap-type:x mandatory;
}
.banner-grid__item{
	width:100%;
	position:relative;
	scroll-snap-align:start;
	flex:0 0 100%;
    border-radius: 5px !important;
}
@supports (-webkit-touch-callout:none){
	@media screen and (max-width:749px){
		.banner-grid__item{
			width:97%;
			flex:0 0 97%;
}
	}
}
@media screen and (min-width:750px){
	.banner-grid__item{
		width:calc(50% - 1rem);
		flex:none;
}
}
.banner-grid-heading{
	position:absolute;
	bottom:20px;
	left:20px;
	margin:0;
}
