#list-days {background-color: #111111; padding: 2rem 0 4rem;}
#list-days .tiles-grid {padding-top: 0.5rem;}
#list-days .tile {min-height: 364px;}
#list-days .tile .tile-content .copy-block {padding-bottom: 0; row-gap: 0.5rem;}
#list-days .tile .tile-back {background-color: #ca9466; transform: scale(1);}
#list-days .tile:nth-child(odd) .tile-back,
#list-days .tile:nth-child(odd) .tile-front .tile-bg {background-color: #288644 !important;}
#list-days .tile:nth-child(even) .tile-back,
#list-days .tile:nth-child(even) .tile-front .tile-bg {background-color: #af3327 !important;}
#list-days .tile .tile-front {display: block; justify-content: flex-start;}
#list-days .tile .heading {font: 700 2.5rem/2.5rem RazerF5 ,sans-serif; color: #fff; padding: 1rem 0 0;}
#list-days .tile .tile-front .tile-img {padding-top: 1rem;}
#list-days .tile .tile-front .tile-img img {width: auto; margin: 0 auto; max-width: 180px; max-height: 190px;}
#list-days .tile .tile-back span {display: block;}
#list-days .tile .tile-back .tile-back-header {font: 700 1.5rem / 1 RazerF5, sans-serif; color: #fff; padding-bottom: 1.2rem;}
#list-days .tile .tile-back .tile-back-copy {color: #fff; font-weight: 300; padding-bottom: 1.2rem;}
#list-days .tile .tile-back .tile-back-link {color: #fff; text-decoration: underline;}
#list-days .tile .tile-back .links-wrapper {display: none;}
@media (min-width: 768px) {
    #list-days .tile .tile-content {padding-bottom: 1.5rem;}		
}
@media (max-width: 767px) {
	#list-days {padding: 1rem 0 2rem;}
	#list-days .tile {min-height: 300px;}
	#list-days .tile .heading {font-size: 1.5rem; line-height: 1.75rem;}
	 #list-days .tile .tile-back .tile-back-header {font-size: 1.2rem; line-height: 1.5rem; padding-bottom: 1rem;}
		#list-days .tile .tile-back .tile-back-copy {font-size: 1.125rem;}
	 #list-days .tile .tile-front .tile-img img {max-width: 150px; max-height: 150px;}
}
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}