#beltV2Container {
	position: relative;
	height: auto;
	text-align: center;
	padding-bottom: 50px;
}

.beltV2,
#beltV2TitleContainer {
    width: 950px;
}

.beltV2 {
	position: relative;
    display: block;
    height: 750px;
	margin: auto;
	margin-bottom: 50px;
	border-radius: 11px;
}


.beltV2:hover img {
	animation: boxShadow5p 0.25s;
	-webkit-animation: boxShadow5p 0.25s;
	-moz-animation: boxShadow5p 0.25s;
	animation-fill-mode: forwards
}

.beltV2:nth-child(n+4) {
	margin-top: 40px;
}

.beltV2ImageContainer {
	position: relative;
	height: calc(100% - 310px);
	width: 100%;
	background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,1) 75%);
}

.beltV2Image {
	height: 100%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 8px 8px 0 0;
}

.beltV2Category {
	position: absolute;
	width: 50px;
	font-size: 15px;
	font-weight: 900;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2.5px;
	padding-top: 2.5px;
	bottom: 5px;
	left: 5px;
	border-radius: 20px;
	color: white;
}

.beltV2Category a {
	color: white;
}

.beltV2TextContainer {
	position: relative;
	width: 100%;
	height: 300px;
	left: 0;
	right: 0;
	margin: auto;
	color: black;
	background-color: #FFF;
	border-radius: 0 0 10px 10px;
}

.beltV2Strip {
	position: absolute;
	width: calc(100% - 100px);
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
}
.beltV2Strip a {
	text-decoration: none;
	color: black;
}
.beltV2SubTitle {
	font-size: 20px;
}
.beltV2Title {
	text-align: left;
	font-size: 30px;
    height: 40px;
	padding-top: 15px;
}
.beltV2Title:hover {
	color:rgba(0, 150, 150, 1)
}

.beltV2DescriptionContainer {
	text-align: left;
	height: 150px;
	color: #111;
	border-bottom: 1px solid #AAA;
	font-size: 20px;
	line-height: 24px;
}

.beltV2AuthorContainer {
	position: absolute;
	display: block;
	text-align: left;
	left: 0;
	bottom: 0;
}

.beltV2AuthorContainer span:nth-child(2) {
	font-weight: 900;
}

.beltV2TimestampContainer {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
}

.readMoreButtonContainer {
	position: absolute;
	display: block;
	right: 0;
	text-align: right;
}

.beltV2AuthorContainer,
.beltV2TimestampContainer,
.readMoreButtonContainer {
	width: 150px;
	font-size: 15px;
	bottom: 15px;
	font-weight: 1000;
}
.beltV2AuthorContainer {
	width: 225px;
}
.beltV2AuthorContainer,
.beltV2TimestampContainer,
.readMoreButtonContainer
 {
	height: 48px;
}

.beltV2ByAuthor,
.beltV2Author,
.beltV2Timestamp,
.readMoreButton {
	height: 20px;
}

.beltV2Title,
.beltV2Author,
.beltV2Timestamp,
.readMoreButton {
	color: rgba(0, 200, 200, 1); 
}

.beltV2ByAuthor,
.beltV2Author,
.beltV2Timestamp,
.readMoreButton {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	margin: auto;
}
.readMoreButtonContainer:hover .readMoreButton {
	color: rgba(0, 150, 150, 1);
}
.beltV2ByAuthor {
	left: 58px;
	color: #111;
}
.beltV2Author {
	left: 60px;
	text-align: left;
}

.beltV2AuthorAvatar {
	position: relative;
	display: block;
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	background-size:contain;
	background-position: center;
}

#beltV2TitleContainer {
	border: none !important;
	margin-bottom: 0;
    margin: auto;
}