[id^="player"] .vjs-control-bar.inactive {
    transform: translateY(33px);
}

[id^="player"] .vjs-big-play-button:before {
    font-size: 23px;
    line-height: 27px;
    margin: 11px auto;
    opacity: 1;
    text-align: center;
}

[id^="player"].video-js.bc-player-default_default .vjs-big-play-button {
        content: "\e001";
        color: white;
        font-family: VideoJS;
        height: 50px;
        width: 60px;
        padding-left: 3px;
        font-size: 1.15rem;
        line-height: 50px;
        display: block;
        background-color: rgba(237,41,57, 0.8);
        position: absolute;
        border-radius: 8px;
        top: 45%;
        left: 45%;
        top: calc( 50% - 25px );
        left: calc( 50% - 30px );
        cursor: pointer;
}

[id^="player"]:hover .vjs-big-play-button {
    box-shadow: 0 0 15px 3px #FFF;
    background-color: rgba(237,41,57, 1);
}

[id^="player"]:hover .vjs-big-play-button::after {
    box-shadow: 0 0 3px 3px white;
}

[id^="player"].video-js.bc-player-default_default.vjs-has-started .vjs-big-play-button {
    display: none;
}
[id^="player"].vjs-mouse.vjs-has-started.vjs-user-inactive .vjs-control,
[id^="player"].vjs-mouse.vjs-has-started.vjs-user-inactive .vjs-control-bar,
[id^="player"].vjs-mouse.vjs-has-started.vjs-user-inactive .vjs-progress-control,
[id^="player"].vjs-mouse.vjs-has-started.vjs-user-inactive .vjs-time-divider {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.carousel-inner > .item img,
.carousel-inner > .item > a img {
    width: 100%;
    margin: auto;
}
.has-video .carousel-inner > .item img,
.has-video .carousel-inner > .item > a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.no-controls .right.carousel-control,
.no-controls .left.carousel-control {
    display: none;
}

.has-video div.image-wrapper {
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

.carousel-caption {
    display: block;
    background-color: #004A97;
    width: 100%;
    position: static;
    padding-top: 10px;
    padding-bottom: 20px;
    min-height: 118px;
}

.no-captions div.carousel-caption {
    display: none;
}

.carousel-indicators {
    bottom: -5px;
}

.glyphicon {
    position: absolute;
    top: 200px;
    border-radius: 50%;
    background: white;
    height: 37px;
    width: 38px;
    color: black;
    line-height: 2;
}

.carousel-caption p {
    width: 90%;
    text-align: left;
    margin-left: 5%;
    line-height: 1.6;
    font-weight: bold;
    font-size: 16px;
    text-shadow: none;
}

.carousel-caption p a {
    color: #A2E7EB;
    display: inline-block;
}

.carousel-caption p a:hover {
    color: #A2E7EB;
    text-shadow: none;
    text-decoration: underline;
}

.carousel-control{
    width: 6%;
    height: 70%;
}

.carousel-control.left, .carousel-control.right{
    background-image: none !important;
}

.glyphicon.glyphicon-menu-right {
    left: -20px;
}

.carousel-indicators li {
    margin: 1px 3px;
}
.carousel-indicators .active {
    margin: 0 2px;
}
