﻿.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-16by9::before {
    display: block;
    content: "";
    padding-top: 56.25%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


.birthday-video-airplanes {
    top: 100px;
    width: 100%;
    position: absolute;
}

.birthday-video-background {
    width: 120%;
    margin-left: -10%;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .birthday-video-background {
        width: 100%;
        margin-left: 0;
    }
}

.birthday-video-frame {
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    position: absolute;
    z-index: 3;
    width: 96%;
    top: 14%;
    left: 2%;
}

@media (min-width: 768px) {
    .birthday-video-frame {
        width: 90%;
        top: 9%;
        left: 5%;
    }
}

.slick-slide {
    padding: 4px 0;
}

.controls a {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    text-align: center;
    color: #fff;
    text-decoration: none;
    opacity: 1;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    padding-top: 0;
    background-color: rgba(255,255,255,.4);
    line-height: 48px;
    padding-left: 5px;
    width: 48px;
    height: 48px;
    font-size: 20px;
}

@media(min-width: 576px) {
    .controls a {
        line-height: 65px;
        width: 68px;
        height: 68px;
        font-size: 24px;
    }
}

@media(min-width: 768px) {
    .controls a {
        line-height: 113px;
        padding-left: 10px;
        width: 118px;
        height: 118px;
        font-size: 44px;
    }
}

.controls a:hover,
.controls a:focus,
.controls a:active {
    background-color: rgba(255,255,255,.9);
    color: #0D6EFD;
}


.video-controls-group {
    position: relative;
    left: auto;
    right: auto;
}

.birthday-brand-line {
    height: 4px;
    background: linear-gradient(270deg, #EE9545 0%, #E9B55C 100%);
}

@media (min-width: 768px) {

    .birthday-brand-line {
        height: 6px;
    }
}

.video-controls-group__item {
    margin-left: 1px;
}

    .video-controls-group__item:first-of-type {
        margin-left: 0;
    }

    .video-controls-group__item:last-of-type {
        margin-left: 0;
    }

@media (min-width: 991px) {
}

.video-controls {
    margin: 0 !important;
    position: absolute;
    left: auto;
    bottom: 10px;
    right: 10px;
    height: 40px;
    border-radius: 12px;
    z-index: 15;
}

@media (min-width: 768px) {
    .video-controls {
        bottom: 20px;
        right: 20px;
    }
}

.video-controls__control {
    font-size: 14px;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    height: 40px;
    line-height: 40px;
    background: rgba(255,255,255,.25);
    width: auto;
    bottom: 10px;
    right: 10px;
}

.video-controls-group__item:first-of-type a.video-controls__control {
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
}

.video-controls-group__item:last-of-type a.video-controls__control {
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
}

a.video-controls__control:hover,
a.video-controls__control:focus,
a.video-controls__control:active {
    background: rgba(255,255,255,.90);
    color: #0D6EFD;
}

@media (min-width: 768px) {
    .video-controls {
        height: 50px;
    }

    .video-controls__control {
        font-size: 16px;
        height: 50px;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 50px;
    }
}

@media (min-width: 991px) {
}

.identity__brand-logo--diagonal-seperator {
    margin-bottom: -16px;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
}

.back-to-bb-link {
    color: #0D6EFD;
    font-size: 15px;
    font-weight: 500;
    text-align: right;
    text-decoration: underline;
}

.back-to-bb-link--small {
    font-size: 13px;
}

@media (max-width: 767.98px) {
    .identity__slogan {
        font-size: 1.4rem;
    }
}

.video-controls {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.25s linear;
}

.video-container:hover .video-controls,
.video-container:focus .video-controls {
    visibility: visible;
    opacity: 1;
}

.video-container:not(.is-playing) .video-controls {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 767.98px) {
    .identity__logo img {
        min-width: 8rem;
        width: 9rem;
    }
}

#subs {
    bottom: 0;
    padding: 2.5% 5%;
}

@media (min-width: 768px) {
    #subs {
        bottom: 0;
        padding: 5% 15%;
    }

        #subs > div {
            line-height: 1.5;
            font-size: 1.3rem;
            letter-spacing: .5px;
        }
}

.video-icon svg {
    font-size: 2em;
}

.video-icon--volume-on {

}
.video-icon--volume-off {

}
.video-icon--volume-closed-caption {

}

.video-icon--volume-play {

}

.video-icon--volume-pause {

}