video.future_video {
    width: 81.2%;
	border-radius: 10px;
}

.tree_contents {
    width: 1840px;
    height: 840px;
    margin: 20px auto;
	text-align: center;
	/* background-color: #F4F4F4; */
	border-radius: 10px;
}

.count_area{
	position: absolute;
	right: 233px;
	bottom: 125px;
}
.like_count {
	color: #F43047;
	font-size: 20px;
	font-family: 'Oswald';
	display: flex;
	padding: 15px;
	font-weight: bold;
}

.btn-real-dent {
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgba(3, 169, 244, 0.54);
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background: #F43047;
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.08);
}
.btn-real-dent i {
	position: absolute;
	flex-direction: column;
	font-size: 1.2rem;
	font-weight: bold;
	font-style: normal;
	color: #fff;
}
.fa img {
	display: block;
	width: 70px;
	margin-top: 6px;
}

/* .like_count {
    display: inline-block; 
    text-align: right;
} */