.part-video-banner .title_changing{
    display: none;
}

.part-video-banner h1.title{
    height: 142px;
}

.part-video-banner h1{
    text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
    
    .part-video-banner h1.title{
        height: auto;
    }
}

