/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 17 2019 | 14:11:17 */
.video-item-wrap-mobile {
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 0 20px hsla(0, 0%, 0%, 0.1);
}

.embed-container-mobile { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; overflow: hidden; 
  max-width: 100%; 
  background-color: #eee;
} 

.embed-container-mobile iframe, 
.embed-container-mobile object, 
.embed-container-mobile embed { 
  position: absolute; 
  top: 0; left: 0; 
  width: 100%; 
  height: 100%; 
}

.video-title-wrap {
    padding: 15px;
    font-size: 14px;
}

.btn.loadMoreBtn {
    color: #000000;
    margin-bottom: 20px;
    margin-top: 10px;
}

@media only screen and (max-width: 480px){
  .video-item-wrap-mobile {
      margin-bottom: 10px;
  }
}