a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
}

.hero-unit{
	border: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	line-height: 25px;
	font-size:13px;
}

/* #whiteday */
#whiteday .whiteday-line .tag{
	color: #e90909;
	font-size: 1px;
	letter-spacing: 1px;
	font-weight: bolder;
	position: relative;
}
#whiteday .whiteday-line .tag:hover{
	background-color: rgba(233, 9, 9, .5);
}
#whiteday .whiteday-line .tag::before{
	content: "";
	width: 0;
	height: 0;
	border-width: 6px 3px 6px 3px; 
	border-style: solid solid solid solid; 
	border-color: #e90909 transparent transparent transparent;
	position: absolute;
	top: 0;
}
.scene-start{
	margin-left: 30px;
}
@media (max-width: 767px) {
	.scene-start{
		margin-left: 0;
	}
}