.nybanner{
    width: 100%;
    background-color: #646464;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 400px;
    background-image: url('../../images/about/nimg1920_4.jpg');
}


.videos-content {
    padding: 100px 0px 50px 0px;
}

.videos-box{
    padding: 0px 10px;
    text-align: center;
}
.videos-box .imgbox{
    border: 1px #eee solid;
    position: relative;
    overflow: hidden;
}
.videos-box .imgDiv img {
    width: 100%;
    height: 200px;
}
.videos-box .txt {
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background: url(../../images/about/ico16_1bg.png) no-repeat center;
    background-size: 100% 100%;
    transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
}
.videos-box .imgbox:hover{
    box-shadow:0 0 15px rgba(236,108,33,0.5);
}
.videos-box .imgbox:hover .txt{
    top: 0px;
}


.videos-box .txt img{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -18px;
    margin-top: -18px;
}
.videos-box .name{
    margin-top: 10px;
}
.videos-box .name a {
    color: #8b8b8c;
    text-decoration: none;
    outline: none;
}
.videos-box .name a:hover{
    color: #ec6c21;
}

@media screen and (max-width: 1004px){
    .nybanner{
        background-image:  url('../../images/about/nimg640_4.jpg');
        height: 220px;
    }
    .videos-content {
        padding: 50px 0px 20px 0px;
    }
    .videos-section>div{
        padding: 15px;
    }
}