.videos_index_title {
    padding: 60px 0;
    background: #d0cece;
    text-align: center;
    color: #cd2129;
    font-weight: bold;
    font-size: 50px;
    text-transform: uppercase;
}
.videos_index_title  span {
    line-height: 50px;
    position: relative;
    padding: 10px;
    letter-spacing: 3px;
}
.videos_index_title  span:before {
    position: absolute;
    content: "";
    width: 160px;
    height: 7px;
    bottom: -5px;
    left: 10px;
    background: #cd2129;
}
.videos_index_wrapper {
    background: url(/Files/App_002/Images/bg_video_index.jpg) no-repeat center top;
    padding: 65px 0;
    background-size: cover;
    background-attachment: fixed;
    min-height: 150px;
}
.thumb_video_content {
    margin: 80px 0px;
}


@media (max-width: 1440px) {
  .videos_index_title {
    padding: 50px 0 60px 0;
    font-size: 40px;
  }
}
