.vd {float: left; width: 100%; height: 300px; margin-bottom: 15px; background: #444444; color: #fff}
			.vd1 {width: 60%; float: left; height: 300px;}
			.vd2 {width: 40%; float: right; overflow: hidden; height: 300px;}
			.vd2i {float: left; width: 75px; height: 55px; margin-right: 10px;}
			.vd2s {width: 100%; float: left; padding: 8px 10px;  cursor: pointer; border-bottom: 1px solid #3c3c3c}
			.vd2t {overflow: hidden; height: 59px;     text-transform: uppercase; font-weight: bold; font-size: 10px}
			.vd2s:hover {color: #fff; background: #606060;}
@media (max-width:767px) {
.vd1,.vd2 {width: 100%;}
.vd2 {height: 222px;}
.vd {height: auto;}
}