﻿@charset "utf-8";
/* CSS Document */
.video_gallery .box {
  width: 100%;
  border-bottom: solid 1px #ccc;
  margin: 0 auto 50px;
  padding-bottom: 50px;
}
.video_gallery .box:last-child {
  border-bottom: none;
}
.video_gallery .video_box {
  margin: 0 auto 20px;
}
.video_gallery .video_box .mp4 {
  width: 45%;
  margin-right: 3%;
  float: left;
}
.video_gallery .video_box .mp4:hover {
  cursor: pointer;
  opacity: 0.8;
}
.video_gallery .video_box .mp4 img {
  width: 100%;
}
.video_gallery .video_box .txt {
  width: 52%;
  float: right;
}
.video_gallery .txt h2 {
  font-size: 22px;
}
.video_gallery .thumbnail {
  padding: 35px 0 30px;
  background-image: url(../img/video_gallery/film-flame.jpg);
  background-size: auto 100%;
  background-position: center;
  background-repeat: repeat-x;
}
.video_gallery .thumbnail ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.video_gallery .thumbnail ul li {
  width: 15.66%;
  float: left;
  margin: 0 0.5%;
}
.video_gallery .thumbnail ul li img {
  width: 100%;
}
@media screen and (max-width:1050px) {
  .video_gallery .box {
    width: 100%;
    border-bottom: solid 1px #ccc;
    margin: 0 auto 40px;
    padding-bottom: 40px;
  }
  .video_gallery .box:last-child {
    border-bottom: none;
  }
  .video_gallery .video_box {
    margin: 0 auto 20px;
  }
  .video_gallery .video_box .mp4 {
    width: 45%;
    margin-right: 3%;
    float: left;
  }
  .video_gallery .video_box .mp4:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  .video_gallery .video_box .mp4 img {
    width: 100%;
  }
  .video_gallery .video_box .txt {
    width: 52%;
    float: right;
  }
  .video_gallery .txt h2 {
    font-size: 22px;
  }
  .video_gallery .thumbnail {
    padding: 35px 0 30px;
    background-image: url(../img/video_gallery/film-flame.jpg);
    background-size: auto 100%;
    background-position: center;
    background-repeat: repeat-x;
  }
  .video_gallery .thumbnail ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .video_gallery .thumbnail ul li {
    width: 15.66%;
    float: left;
    margin: 0 0.5%;
  }
  .video_gallery .thumbnail ul li img {
    width: 100%;
  }
}
@media screen and (max-width:700px) {
  .video_gallery .box {
    width: 100%;
    border-bottom: solid 1px #ccc;
    margin: 0 auto 40px;
    padding-bottom: 40px;
  }
  .video_gallery .box:last-child {
    border-bottom: none;
  }
  .video_gallery .video_box {
    margin: 0 auto 20px;
  }
  .video_gallery .video_box .mp4 {
    width: 100%;
    margin: 0 auto 20px;
    float: none;
    display: block;
  }
  .video_gallery .video_box .mp4:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  .video_gallery .video_box .mp4 img {
    width: 100%;
  }
  .video_gallery .video_box .txt {
    width: 100%;
    float: none;
  }
  .video_gallery .txt h2 {
    font-size: 22px;
  }
  .video_gallery .thumbnail {
    padding: 35px 0 30px;
    background-image: url(../img/video_gallery/film-flame.jpg);
    background-size: auto 100%;
    background-position: center;
    background-repeat: repeat-x;
  }
  .video_gallery .thumbnail ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .video_gallery .thumbnail ul li {
    width: 31.3%;
    float: left;
    margin: 0 1%;
  }
  .video_gallery .thumbnail ul li img {
    width: 100%;
  }
}