.featVid001 {
    margin: 50px 0;
}

.featVid001 .title {
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: unset;
}

.featVid001 .vidCont {
    position: relative;
}

.featVid001 .vidCont > img {
    width: 100%;
    height: auto;
    position: relative;
    object-fit: cover;
}

.featVid001 .vidCont > a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.featVid001 .vidContent {
    margin-top: 20px;
}

@media (min-width:768px) {
    .featVid001 .vidContent {
        margin-top: 0;
    }

    .featVid001 .title {
        margin-bottom: 40px;
    }
}

@media (min-width:1280px) {
    .featVid001 .title {
        margin-bottom: 60px;
    }

    .featVid001 .vidContent {
        padding: 0 100px;
    }

    .featVid001 .vidContent p {
        font-size: 20px;
        line-height: 30px;
    }
}


