.videoText .video-thumb:before {
    display: block;
    content: "";
    position: absolute;
    background-image: url("/consumer/binaries/content/gallery/behr-us-pro/services/customer-testimonial/play-button.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 60px;
    left: 42%!important;
    right: 0;
    bottom: 36%!important;
}
.videoText a {
    font-size: 18px!important;
}
@media (max-width: 767px) {
    .videoText .video-thumb:before {
        left: 45%!important;
        bottom: 30%!important;            
    }    
}

@media (min-width: 768px) and (max-width: 991px) {
   .videoText .video-thumb:before {
        left: 45%!important;
        bottom: 36%!important;            
    }    
}

