.wpvl_auto_thumb_box{
    position: relative;
    max-width: 305px;
    height: 170px;
    float:left;
}

.wpvl_auto_thumb_play{
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:auto;
	background-image: url("/wp-content/plugins/wp-video-lightbox/images/play.png");
	    cursor:pointer;
    cursor:hand;
    padding-top: 56.25%;
    background-size: contain;
}

.wpvl_auto_thumb_play:hover {
    background-image: url("/wp-content/plugins/wp-video-lightbox/images/play-hover.png");

}

.video_lightbox_auto_anchor_image{
	width: 305px;
	height: 170px;

}