/* Custom Navbar */
.pes-nav-dropdown{
    /*color: #99abd5;*/
    background: rgba(0, 0, 0, 0.75);
}
.pes-nav-dropdown > li > a{
    /*color: #99abd5;*/
    color: #fff;
}

.pes-nav-dropdown > li > a:hover{
    /*color: #99abd5;*/
    color: #fff;
    background: rgba(0, 0, 0, 0.60);
}

/*Video Content Trailer*/
/* video background */
.pes-video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    overflow: hidden;
}

.pes-video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.video-header{
    position: relative;
    height: 100%;
    background-color: rgba(33,37,41,0.4);
}
