body {
  margin: 0;
  background: #fff;
  font-family: Arial, sans-serif;
    font-weight: bold;
  color: #000;
}

.main {
  position: relative;
  width: 950px; /* same as original */
  margin: 25px auto;
}

.item {
    
    
  position: absolute;
  overflow: hidden;
  background: #fff200;
}

.video-container {
    
    background: #515151;
}

.overlay {
  top: 0px;
  right: 0px;
    width:100%;
  text-align: right;
}

.title {
    
  background-color: #fff200;
  color: #000;
  font-size: 20px;
  padding: 2px 6px;
    display: inline-block;
    position:absolute;
    right: 0px;
top:5px;;
    
}

.subtitle {
  background-color: #000;
  color: #fff;
  font-size: 14px;
position:absolute;
    padding: 2px 2px;

    top:32px;
    right:0px;
    
    display: none;
}


#gallery {
    position: absolute;
    top:180px;
}