
.creative {
  display: block;
  width: 100%;
}

#video-container {
    width: 40%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 1%;
    opacity: 1;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
}