/**
 * 
 * Found Files: detail-video-v3.min.css
 * 
 */
.detail-video-v3 .v3-title {
    color: #fff;
    font-size: 45px;
    font-weight: 500;
    text-align: center;
    letter-spacing: normal;
}

@media only screen and (max-width: 767px) {
    .detail-video-v3 .v3-title {
        font-size: 30px;
    }
}

