﻿.cover-background {
    position: relative !important;
    background-size: cover !important;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 100vh;
}
.BgOverlay  {
    
    height: 100vh;
    background-color:rgb(12, 12, 12,0.2);
}
.BgOverlay .container {
/*    padding-top: 250px;*/
    color:white;
}
.BgOverlayStatic {
    background-color: rgb(12, 12, 12,0.2)!important;
}
.carousel-changing-text  {
 
}