.site-branding {
    padding: 9px;
}
.slider-text {
    background-color :rgba(0,0,0,0.2);
    padding : 10px;
}
.color-white {
    color : white !important;
    font-weight : bold;
}
.image-tag {
    position: relative;
    z-index: 99;
    color: white;
    text-align: center;
}

    .image-tag.Before {
        background: darkred;
    }

    .image-tag.After {
        background: green;
    }

.nav-button-close {
    margin-top: 25px;
}

.error {
    color: red;
    font-size: 11px;
}

.hidden {
    display: none
}
video {
    display: block;
    width: 100%;
    height: 100%;
}
.text-center {
    text-align : center;
}
.company-name{
    padding : 25px;
}