﻿.videolar
{
    display: table;
    float: left;
    width: 800px;
}
  .videolar .docs
    {
        width: 100%;
        float: left;
         margin:5px;
    }

    .videolar img
    {
        /*display:block;
        max-height: 260px;
        max-width: 260px;
        float: left;*/

        width: 245px;
    height: 165px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
      -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;



    }

    .videolar span
    { 
         min-width:140px;
         color:#2b6599;
         line-height :23px;
         padding-left:5px;
    }

    .videolar a
    {
        text-decoration: none;
             
    }
    .videolar span:hover
    {
       color:#fb9d16 ;
             
    }
.video
{
     width:450px; 
   height:300px;
   margin-left:100px;


}
.videotext
{
    font-size:14px;
    margin-top:10px;
}