.message-body {
	background-color: #ffffff;
	background-image: url(/img/fever_fm_web.jpg);
	background-size: inherit;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: auto;
} 
.celebrity-container{
	background-repeat: no-repeat;
	background-size: cover;
}
.slide-banner .celebrity-banner {
    min-height: 350px;
}
#celebrity-list .celebrity-wrap .celeb-image{
	min-height: 260px;
}
.word-search h4{
	font-size: 16px;
	font-family: SourceSansPro-Regular;
	margin: 10px 0 0 0;
}
.select2-container {
    width: 100% !important;
    padding: 12px 0px;
}
.select2-dropdown--below {
    top: 55px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top:9px;
}
.select2-container--default .select2-selection--single{
    border: none !important;
    border-bottom: 1px solid #CCD4DA !important;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}
.instructions-tooltip {
	left: 0%;
	top: -42px;
	width: 250px;
}
#celebrity-list .celebrity-item .wishlist img {
    position: absolute;
    top: 10px;
    left: 8px;
    height: 30px;
    width: auto;
}
.cookie-consent{font-size:.9em;padding:1em;background:#eaeef5;text-align:center;bottom:0;width:100%;position:fixed;z-index:10000;}.cookie-consent__message{display:inline-block;color:#000}.cookie-consent__message p{margin:0}.cookie-consent__agree{font-weight:700;margin:0 1em;padding:.5em 1em;color:#fff;background-color:#dc0e0e;border:0;border-radius:3px;box-shadow:0 2px 5px rgba(217,142,0,.15)}.cookie-consent__agree:hover{background-color:#c20202}.cookie-consent__agree:active{top:1px}

	@media only screen and (max-width: 1799px) and @media (min-width: 1500px) {
		.slide-banner .celebrity-banner {
			min-height: 400px;
		}
	}
	@media only screen and (max-width: 500px){
		#celebrity-list {
			padding-top: 0px;
			margin-top: 20px;
		}
		.slide-banner .covid-mobile-banner {
			min-height: 400px;
		}
		#celebrity-list .word-search.rj-page{
			padding: 12px 30px;
		}
		.cookie-consent__message{display: inline-block;color:#000;margin-bottom:20px;}
	}
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : portrait) /* applied to lg also */
	{
		.show-timer {text-align: right;}
	} 
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation : portrait) /* applied to lg also */
	{
		.show-timer {text-align: right;}
	}