.wpvl_auto_thumb_box{
    position: relative;
    width: 200px;
    height: 150px;
}

.wpvl_auto_thumb_play{
	position: absolute;
	left: 75px;
	top: 50px;
}

.video_lightbox_auto_anchor_image{
	width: 200px;
	height: 150px;
}
.wpvl_auto_thumb_box_wrapper
{
    float: right;
  margin: 5px 0 5px 5px;
  padding: 12px;
  background: url(/wp-content/themes/hadanie/i/videoframe.jpg) center no-repeat;
  background-size: 224px 172px;
}
@media screen and (max-width: 360px)
{
  .wpvl_auto_thumb_box{
    margin: 0 auto;
  }

  .video_lightbox_auto_anchor_image{
    margin: 0 auto;
  }
  .wpvl_auto_thumb_box_wrapper
  {
    float: none;
    margin: 0 auto;
  }
}
