#content_right_div {
	width: 100%;
    /*min-width: 250px;*/
	background: rgba(239,239,239,1);
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	padding: 0 4%;
	box-sizing: border-box;
	text-align: center;
	font-size: 40px;
}

#planet360 {
	width: 100%;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px; font-weight: 600;
	color: #111111;
	line-height: auto;
	margin: 20px 0;
}

.content_right_div_item {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 92%; 
	max-width: 450px;
	border-radius: 3px;
	font-size: 0;
	margin-bottom: 10px;
}
.content_right_div_item > img {
	width: 100%; height: auto;
}
.content_right_div_item_overlay {
	position: absolute;
	left: 0; top: 0; width: 100%; height: 100%;
	width: 100%; height: 100%;
	background: url(img/black_gradient.png);
	background-size: 100% 60%;
	background-position: 0 100%;
	background-repeat: no-repeat;
	border-radius: 3px;
	opacity: 1;
	transition: opacity 0.3s;
}
.content_right_div_item_title {
	display: block;
	position: absolute;
	left: 0; bottom: 0; right: 0; padding: 28px 10px;
	background: rgba(108, 214, 70, 0.0);
	border-radius: 0 0 3px 3px;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px; font-weight: 600;
	line-height: 18px;
	color: #FFFFFF; text-align: center;
	transition: background 0.3s;
}
.content_right_div_item_icon_360, .content_right_div_item_icon_360video {
	display: block;
	position: absolute;
	left: 10px; top: 10px; 
	width: 55px; height: 55px;
	background-size: 100% 100%;
}
.content_right_div_item_icon_360 {
	background: url(img/icon_360.png);
}
.content_right_div_item_icon_360video {
	background: url(img/icon_360video.png);
}
.content_right_div_item:hover .content_right_div_item_overlay {
	opacity: 0;
}
.content_right_div_item:hover .content_right_div_item_title {
	background: rgba(108, 214, 70, 0.6);
}
