.product_banner{
    color:#fff;
    text-align:center;
    position:relative;
}
.product_banner .down-cursor {
    cursor: pointer;
    width: 24px;
    height: 28px;
    background: url(../images/down-cursor.svg) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 20px;
    margin-left: -12px;
    -webkit-animation: up-down 3.5s linear infinite 0.4s;
    -moz-animation: up-down 3.5s linear infinite 0.4s;
    animation: up-down 3.5s linear infinite 0.4s;
}
@keyframes up-down {
  0%,
  100%,
  60% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  35% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  85% {
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
}
.product_banner .container{
    width:100%;
}
.product_banner .apple-product,.product_banner .spotify-product{
    padding:60px 20px;
}
.product_banner .buttons a{
    display:inline-block;
}
.product_banner .buttons a:last-child{
    margin-left:40px;
}
.product_banner .product-box-1{
    background:url(../images/home-m4v-converter-banner.jpg) no-repeat;
    background-size:cover;
}
.product_banner .product-box-2{
    background:url(../images/rec-video-online.png) no-repeat;
    background-size:cover;
}
.product_banner h2{
    font-size:32px;
    padding:20px;
    color:#fff;
}
.product_banner .product-content p,.product_banner .product-content div{
    margin:40px 60px;
    margin-top:0;
}
.product_banner .product-content p a{
    color:#01ffc4;
}
.movie-clips .container{
    width:1200px;
}
.movie-clips .container>h1{
    font-size: 32px;
    text-align:center;
    padding:40px 0;
}
.movie-clips .video-box .video-box-top  {
    position: relative;
    height: 50px;
    background-color: #F5F5F5;
    line-height: 50px;
}
.movie-clips .video-box .video-box-top img {
    position: absolute;
    top: -1px;
}
.movie-clips .video-box .video-box-top img, .movie-clips .video-box .video-box-top h1 {
    display: inline-block;
    margin: 0 0 -15px 0;
}
.movie-clips .video-box .video-box-top h1 {
    font-size: 20px;
    color: #666;
    font-weight: normal;
    margin: 0 0 0 62px;
}
.movie-clips .video-box .video-box-content{
    margin:40px 0;
}
.movie-clips .video-box .video-box-content .video_img{
    position:relative;
    cursor:pointer;
    width: 23%;
    float: left;
    margin: 0 1%;
    height:280px;
}
.movie-clips .video-box.hot-video .video_img{
    height:340px;
}
.movie-clips .video-box .video-box-content .video_img .play-img{
    position: absolute;
    top:80px;
    left:114px;
}
.movie-clips .video-box .video-box-content .video_img a{
    display:block;
    padding-top:5px;
}
.movie-clips .video-box .video-box-content .video_img p{
    padding-top: 10px;
}
.movie-clips .video-box .video-box-content .video_img a span{
    padding-left:5px;
    transition: 0.5s;
}
.movie-clips .video-box .video-box-content .video_img a:hover span{
    padding-left:10px;
}


/*bottom*/
.foot .foot-bottom{
    margin-top:0;
    border-top:none;
}
#watch iframe{
    width:800px;
    height:400px;
}
@media (max-width:768px){
    .product_banner h2{
        font-size: 20px;
    }
    .product_banner .product-content p, .product_banner .product-content div{
        margin-bottom:0;
        margin-top:20px;
    }
    .product_banner .buttons a:last-child {
        margin-left: 0;
        margin-top:20px;
    }
    .product_banner .apple-product, .product_banner .spotify-product{
        padding-top:0;
    }
    .product_banner .product-box-2{
    background-size: 140%;
    background-position-x: -90px;
}
.movie-clips .container {
    width: 100%;
}
.movie-clips .video-box .video-box-content .video_img .play-img {
    position: absolute;
    top: 10px;
    left: 25px;
}
#watch iframe{
    width:100%;
    height:300px;
}
}