/* Add here all your css styles (customizations) */
.video-container {
    text-align: center;
}

.video-center {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 5px 20px #000;
    width:100%;
}

.img-max-width {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.block-center {
    margin-left: auto;
    margin-right: auto;
}

/****************************************************/

.btn-u.btn-u-lighter-grey {
    background: #e9f0fa;
    color: #2a2a2a;
}
.btn-u.btn-u-lighter-grey:hover,
.btn-u.btn-u-lighter-grey:focus,
.btn-u.btn-u-lighter-grey:active,
.btn-u.btn-u-lighter-grey.active,
.open .dropdown-toggle.btn-u.btn-u-lighter-grey {
    background: #a2abb4;
    color: #2a2a2a;
}