/* Get started Guide Global Extracted */
.context-get-started-guide .main-page-toptitle {
    background-color: #fff;
    box-shadow: 0 8px 6px -6px black;
    padding: 20px;
    margin: 10px 0 30px;
}

.context-get-started-guide .main-page-toptitle h1 {
    color: #97144d;
    font-weight: 400;
    font-family: 'Lato-Regular', sans-serif !important;
    line-height: .9;
    font-size: 26px;
    margin: 0;
}

.context-get-started-guide {
    background-color: #fff;
}

.context-get-started-guide .content {
    width: 94%;
    margin: 0 auto;
}

.videoWrap {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

video,
.vidoeOverlay {
    height: 100%;
    width: 100%;
}

.vidoeOverlay {
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-btn {
    width: 70px;
    border: none !important;
}

.play-btn:focus {
    border: none !important;
    outline: none !important;
}

.guidevideotitle {
    margin-bottom: 50px
}