    .vbox{
      width: 300px;
      height: 230px;
      margin-bottom:20px;
      border: 1px solid blue; 
      background-color:cadetblue;
      
     }   

   .video {
      position: relative;  
      height: 150px;
      width: 300px;
      
    }

   .yvideo {
      position: relative;  
      height: 150px;
      width: 300px;
      
    }

    .video iframe {
      position: absolute;
      width: 100%;
      height: 150px;
      left: 0;
      right: 0;
      bottom: 0;
      top:0;
    }

    .videoFrame {
      margin: 0px auto 20px;
      padding: 1vh 0;
      width: 80%;
      height: auto;
      position: relative;
      display: flex;
      flex-flow: row wrap;
      justify-content: space-around;
     /* border: 1px solid green;      
      overflow-y: hidden;
      overflow-x: scroll;*/  
    }

  .videoFrame1 {
      margin: 5px auto 30px;
      padding: 1vh 0;
      width: 80%;
      height: auto;
      position: relative;
      display: flex;
      flex-flow: row wrap;
      justify-content: space-around; 
    }

.dclear{
    clear: both;
}

 

.vbox p {
    margin-left:8px;
    font-size:12px;
    font-weight:lighter;
    text-align: justify;
    color:white;
}

.lbox {  /*line box */
    width:80%;
    margin:0 auto 20px;
    border: 3px solid green;
    
}

.mstyle{
    margin:0 auto 0;
    font-size:30px;
    font-weight: lighter;
    color:#c23616;
    text-align: center;
}

.mstyle1{
    margin:100px auto 0;
    font-size:30px;
    font-weight: lighter;
    color:#c23616;
    text-align: center;
}

