.hotGalleryIndexLabel{
	color: #3c78ba;
    font-size: 1rem;
    font-weight: bolder;
    line-height: 1.2rem;
    margin-left: .3rem;
}

.hotGalleryIndexLabelContainer{
	position: absolute;
    background-color: rgb(255, 233, 5);
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: middle;
    border-radius: 0 0 1.5rem 0;
}

.hotGalleryListView .galleryCaption {
	text-align: center;
	margin-bottom: 0;
	
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: initial;
}

.hotGalleryListView .galleryCaptionContainer {
	width: 100%;
	background-color: rgba(10, 10, 10, 0.5);
	color: rgb(254, 254, 254);
	padding-left:.1rem;
	padding-right:.1rem;
}

.hotGalleryListView .galleryThumbnail {
	width: 100%;
}

.hotGalleryListView .thumbnail {
	width: 95%;
}

.contentDivider {
	height: .5rem;
	width: 100%;
	background-color: #e9cb4b;
	position: relative;
	margin-bottom: 1rem;
	z-index: -1;
}

.contentDivider:before {
	content: "";
    width: 30%;
    border-top: .4rem solid rgb(244, 244, 242);
    border-right: .5rem solid transparent;
    position: absolute;
    min-width: 11rem;
    top: -.05rem
}

@media screen and (max-width: 39.9375em) {
}