.landingBox {
    /* max-width: 500px; */
}

.videoContainer {
    position: relative;
    /* text-align: center;*/
    overflow: hidden;
}

.videoBackground {
    width: 100%;
    transition: all 1.5s;
    transform: scale(1.1);
}

.servicetitle {
    padding: 1.2em 2em 1.2em 1.2em;
    position: absolute;
    top: 0;
    color: white;
}

.servicetitle p {
    margin-top: 2em;
    font-size: 1em;
    display: none;
}

.servicetitle h4 {
    letter-spacing: 1px;
    font-size: 1.3em;
    font-weight: 600;
}

.servicesubheading {
    padding: 1.2em;
    position: absolute;
    bottom: 0;
    color: white;
}

.servicesubheading h5 {
    letter-spacing: 1px;
    margin: 0;
    text-transform: none;
    font-size: 1.2em;
}

.cover {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
}