video{
  max-width:100% !important;
  max-height: 80vh !important;
}

.influencer{
  display:flow-root;
}

.influencer .infl{
  float:left;
  width: 33.3%;
  padding:0 13px;
  text-align:center;
}

@media screen and (max-width: 600px) {
  .influencer .infl{
    width:100%;
    margin-bottom: 25px;
  }
}