.cms-122 #columns {
	max-width: 100%!important;
	overflow: hidden;
}

.silverBanner {
	position: relative;
}

.silverParty img {
	display: block;
	margin: 0 auto;
}

.silverBannerFlex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}

.silverBannerContent {
	position: absolute;
	bottom: 1vw;
}

.silverBannerContent h1 {
	font-family: 'Gotham_mediumregular';
	font-size: 6.458vw;
	color: #fff;
	text-transform: uppercase;
}

.silverBannerContent img {
	margin: 1vw auto;
}

.angle-down {
	text-align: center;
}

.fa-angle-down {
	font-size: 3vw;
}

.silverGif {
	padding: 2vw;
}

#silverMain {
	padding: 0 4vw;
	margin-bottom: 6vw;
}

.giftCard {
	margin-top: 4vw;
}

.giftCard p {
	text-align: center;
	font-family: 'FreightBig'!important;
	margin-top: 1vw;
	font-size: 1vw;
}

.goldFever {
	margin-top: 7vw;
}

.goldTitle img {
	display: block;
	margin: 0 auto;
}

.goldBtn img {
	display: block;
	margin: 3.4vw auto;
}

@media (max-width: 575px) {
	.silverBannerContent {
		padding: 28vw 16vw 0 16vw;
	}
	.silverTitle {
		text-align: center;
	}
	.silverGif {
		padding: 10vw;
	}
	.bloc-photos .row div.col-sm-4:last-of-type {
		margin-top: 6vw;
	}
	.giftCard p {
		font-size: 6vw;
		margin-top: 4vw;
	}
	.goldFever .bloc-photos .row div.col-sm-4:nth-of-type(2) {
		margin-top: 6vw;
	}
}