.wallet-hero {
	background-repeat: no-repeat;
	background:url('/wallet/images/wallet-hero.jpg');
	background-size:520px 465px;
	width:520px;
	height:465px;
	/*margin-top:110px;*/
	margin-bottom:0;
}

.video-thumb img {
	max-width: 100% !important;
}

@media all and (min-width:768px) and (max-width:1023px) {

	.wallet-hero {
		background:url('/wallet/images/wallet-hero.jpg');
		background-size:425px 445px;
		width:425px;
		height:445px;
		/*margin-top:356px;*/
	}

}

@media all and (max-width:767px) {
	.wallet-hero {
		background:url('/wallet/images/wallet-hero.jpg');
		background-size:425px 445px;
		width:425px;
		height:445px;
		margin-top:0;
	}

}
