.img-box-selected img {
	opacity: 0.9;
}
.img-box-selected .img-desc {
	padding-bottom: 10%;
}
.img-box-selected .img-select {
	display: block;
	background: #ff9900;
	color: #FFF;
	border-radius: 0px 0px 12px 12px;
	padding: 17px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
.img-box-selected .img-select p {
	width: 50%;
	display: block;
	margin: auto;
}
.img-box-selected .img-select::before {
	background: url(../../img/check-circle.png) no-repeat;
	content: "Select";
	font-size: 21px;
	color: #FFF;
	display: block;
	padding-left: 35px;
	text-align: center;
	width: 100px;
	height: 30px;
	margin: auto;
}



@media (max-width: 480px) {

	.img-box-selected .img-select {
		padding: 7px 17px;
	}
	.img-box-selected .img-select:before {
		background: url(../../img/check-circle-320.png) no-repeat;
		content: "Select";
		font-size: 16px;
		color: #FFF;
		display: block;
		padding-left: 15px;
		text-align: center;
		width: 90px;
		height: 20px;
		margin: auto;
	}
	.img-box-selected .img-desc {
		padding-bottom: 30%;
	}

	.mc-card-txt {
		left: 20px;
		background-size: 70%;
		top: 15px;
	}
	.mc-card-waveicon {
		right: 105px;
		top: 10px;
		background-size: 70%;
	}

	.mc-card-form {
		bottom: 64px;
	}
	.mc-card-form input {
		height: 10px;
		min-width: 245px;
		margin-bottom: 9px;
		padding: 16px 16px;
	}
	.mc-card {
		min-height: 200px;
	}
	.mc-card-logo {
		background-size: 69%;
		right: -2px;
		bottom: -9px;
		height: 68px;
	}
	.row-no-padding {
		padding: 0px;
	}

	#mastercard-benefits {
		padding-top: 0px;
	}

	#mastercard-benefits h1 {
		margin-top: 5px;
	}
	
}