

.brandstory {
    background-color: #ffffff;
    padding: 60px 0;
}

.brandstory .title {
    font-size: 28px;
    color: #000028;
    text-transform: uppercase;
    text-align: center;
}

.brandstory .brandvideo {
    position: relative;
    width: 100%;
    margin-top: 40px;
}

.brandstory .brandvideo video {
    width: 100%;
    object-fit: cover;
}

.brandstory .brandvideo .controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    cursor: pointer;
}

.brandstory p,
.brandstory a {
    font-size: 18px;
    line-height: 1.4;
    color: #666666;
    margin-top: 2rem;
    text-align: left;
    font-weight: normal;
}

.brandstory .controls{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    cursor: pointer;
}

.brandstory .controls .vtcenter{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
