﻿.video_box_home .animation-preview {
  width: 75% !important;
  margin-left: 140px;
  margin-bottom: 40px;
  margin-top: 40px;
}

@media only screen and (max-width: 1024px) {
  .video_box_home .animation-preview {
    margin-left: 130px;
  }
}

@media only screen and (max-width: 980px) {
  .video_box_home .animation-preview {
    margin-left: 0;
  }
}

@media only screen and (max-width: 425px) {
  .video_box_home .animation-preview {
    margin-bottom: 10px;
    margin-top: 20px;
  }
}

.wcl-hidden {
  display: none !important;
}