.m3-features{
	width: 85%;
	margin: 0 auto;
}
.m3-carousel{
	position: relative;
    margin-bottom: 40px;
    max-width: 245px;
    max-height: 500px;
    height: 500px;
    overflow: hidden;
    margin: 0 auto 40px;
}

.m3-carousel .m3-carousel-images{
	position: absolute;
	width: 5000px;
	margin: 0 0 0 8px;
	padding: 0;
	list-style-type: none;
	left: 0;
	transition-property: left;
	transition-duration: 0.5s;
}
.m3-carousel .m3-carousel-images li{
	float: left;
	margin-top: 8px;
}

.m3-carousel .m3-carousel-images img{
	max-height: 490px;
}

.m3-carousel:after{
	content: "";
	display: block;
	background: url(/content/dam/aircanada/portal/images/content-images/fly/mobile/fill-1@3x.png) 0 0 no-repeat;
	background-size: contain;
	width: 245px;
	height: 500px;
	position: absolute;
	z-index: 200;
}

.m3-carousel-control{
	position: absolute;
    bottom: 0;
    left: 56px;
    z-index: 201;
    padding: 0;
    list-style-type: none !important;
}
.m3-carousel-control li{
	width: 10px;
	height: 10px;
	background: #ccc;
	border-radius: 100%;
	float: left;
	margin-left: 10px;
	cursor: pointer;
}
.m3-carousel-control li.selected{
	background-color: #f00;
}

	.m3-features h3,
	.m3-feedback h3{
		font-weight: bold;
		font-size: 14px;
	}
	.m3-features-row{
		margin-bottom: 30px;
	}
	.m3-icon-enhanced:before,
	.m3-icon-turnbyturn:before,
	.m3-icon-onehanded:before,
	.m3-icon-everything:before{
		content: "";
		display: block;
		background-repeat: no-repeat;
		margin-bottom: 5px;
	}
	.m3-icon-enhanced:before{
		width: 16px;
    	height: 31px;
		background-image: url(/content/dam/aircanada/portal/images/content-images/fly/mobile/icon-performance.svg);
	}
	.m3-icon-onehanded:before{
		width: 23px;
    	height: 31px;
		background-image: url(/content/dam/aircanada/portal/images/content-images/fly/mobile/icon-onehanded.svg);
	}
	.m3-icon-turnbyturn:before{
		width: 22px;
    	height: 31px;
		background-image: url(/content/dam/aircanada/portal/images/content-images/fly/mobile/icon-navigation.svg);
	}
	.m3-icon-everything:before{
		width: 31px;
    	height: 31px;
		background-image: url(/content/dam/aircanada/portal/images/content-images/fly/mobile/icon-flight.svg);
	}

.m3-highlight-band{
	background-color: #f9f9f9;
	margin: 0 -20px;
	padding: 28px 80px;
	margin-bottom: 75px;
}

.m3-download {
	margin-left: -10px;
}
.m3-download img{
	height: 50px;
    max-width: 167px;
}

.m3-download-ios,
.m3-download-android{
	position: relative;
    display: inline-block;
    padding-left: 25px;
    padding-right: 30px;
    font-weight: bold;
}
.m3-download-ios:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 20px;
    height: 23px;
    margin-top: -3px;
    background: url(/content/dam/aircanada/portal/images/content-images/fly/mobile/i-os.svg) 0 0 no-repeat;
}
.m3-download-android:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 20px;
    height: 23px;
    margin-top: -3px;
    background: url(/content/dam/aircanada/portal/images/content-images/fly/mobile/android.svg) 0 0 no-repeat;
}


.m3-icon-app{
	width: 50%;
}

@media only screen and (max-width: 768px) {
	.m3-download{
		margin-left: 0;
		margin-bottom: 20px;
	}
	.m3-highlight-band .col-sm-8{
		padding: 0 20px;
	}
	.m3-feedback .col-sm-4{
		margin-bottom: 20px;
	}
	.m3-highlight-band{
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
	.m3-download-ios,
	.m3-download-android{
		display: block;
		padding-bottom: 28px;
	}
}