
/* PHONES */
@media screen and (max-width: 767px) {

	/* Store */
	.cNexusProduct {
		text-align: center;
	}
	
	/* Gift cards */
	#elNexusGiftcard {
		width: 100%;
	}

	#elNexusGiftcard_card {
		width: 100%;
		height: 190px;
	}

	#elNexusGiftcard_card span[data-role="icon"] {
		width: 50px;
		height: 50px;
		font-size: 30px;
		line-height: 50px;
		top: 10px;
		left: 10px;
	}

	#elNexusGiftcard_card strong[data-role='siteName'] {
		top: 20px;
	}

	#elNexusGiftcard_card strong[data-role='value'] {
		font-size: 42px;
	}

	#elNexusGiftcard_card h2 {
		font-size: 30px;
		bottom: 70px;
	}
}