.video-simple {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;

    .vidyard-player-container {
        display: none !important;
    }

    .vidyard-player-embed {
        display: none;
    }
}

.video-simple__table {
    display: table;
    width: 100%;
}

.video-simple__cell {
    display: table-cell;
    vertical-align: middle;
    height: 300px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.video-simple__content {
    text-align: center;

    @media (min-width:768px) {
        float: right;
        padding: 0 100px;
    }
}

.video-simple__title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;

    @media (min-width:768px) {
        font-size: 38px
    }

    @media (min-width:992px) {
        font-size: 44px;
    }
}

.video-simple__desc {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 300;

    @media (min-width:768px) {
        font-size: 20px;
    }
}