.videomapster{
	width:100%;
	background: #efefef;
	position: relative;
}
.vm_image, .vm_description{
	display: inline-block;
	vertical-align: top;
}
.vm_image{
	vertical-align: middle;
}
.vm_image a{
	display: block;
}
.vm_image img{
	display: block;
	width: 240px;
}
.vm_description{
    padding: 10px 12px;
    width: calc( 100% - 250px );
}
.vm_description p{
	padding-left: 0;
}
.vm_description .vm_title{
	font-weight: bold;

	margin-left: 0 !important;
}
article .vm_description a{
	text-decoration: none;
	color: #000 !important;
}
#ajaxcontent article .vm_description a{ /* LWM LMS FIX */
	color: #000 !important;
}
.vm_description p{
	font-size: 14px;
}
.vm_link{
	position: absolute;
	bottom: 12px;
	right: 12px;
}
.vm_info{
	font-size: 12px;
}
.vm_info span{
	margin-left: 0 !important;
	
}
.vm_logo{
	position: absolute;
    right: 12px;
    width: 100px;
}
@media only screen and (max-width:767px) {
	.vm_image img{
		width: auto;
	}
	.vm_description{
		width: 100%;
	}
}