.prh_giftguide{
	background: url(https://assets.penguinrandomhouse.com/wp-content/uploads/2019/01/18205123/SciFi_Fantasy_background%401x.png) 100% 15% no-repeat;
    background-size: cover;
	background-position: bottom;
}

.gg_banner {
	height: 14em;
    margin-top: 15px;
}

.gg_banner_mbl {
	padding-top: 45px;
}

.gg_banner img {
    max-width: 100%;
}

.gg_banner_mbl img {
	max-width: 100%;
}

.gg_block_wrap .gg_block .gg_block_inner {
	box-shadow: 0 0 4px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 4px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,0.2);
	border: white solid 2px;
}

/***** Media Queries *****/

@media screen 
  and (max-width: 768px) {
	.prh_giftguide{
		background: url(https://assets.penguinrandomhouse.com/wp-content/uploads/2019/01/18205120/SciFi_Fantasy_background_mobile%401x.png) no-repeat;
		background-size: cover;
		background-position: 100% 90%;
	}
}

@media screen 
  and (min-width: 968px)
  and (max-width: 1500px) {
	.prh_giftguide {
		background-position: 100% 35%;
	}
}

@media screen 
  and (max-width: 992px) {	
	.gg_banner img {
		max-width: 95%;
	}
}

/***** Overrides *****/

.footer-wrap {
	margin: auto;
}

.inner-facade-footer {
	margin: auto;
}
