.kcHero-config {
    transition: 0.5s;
    color: white;
    background-position: center;
    background-size: cover;
    height: 100%;
}

    .kcHero-config:hover {
        background-color: rgba(0,0,0,0.5);
    }

#headerGradient{ 
    display: none;
}
.kcHero-message {
    color: white;
    font-size: 16px;
    padding: 16px 32px;
    transition: 0.5s;
    display: none;
    background-color: rgba(0,0,0,0.5);
}

.kcHero-config:hover .kcHero-message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 12px 24px;
    border-radius: 5px;
    text-align: center;
    display: block;
    text-align: center;
    font-size: 16px;
    border-width: 200px;
    border: 2px solid white;
}

.kcHero-configBtn {
    position: absolute;
    top: 57%;
    left: 50%;
    padding: 12px 24px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border-radius: 5px;
    text-align: center;
    transition: 0.5s;
    display: block;
    text-align: center;
    border-width: 200px;
    border: 2px solid white;
    color: white;
    text-decoration: none;
    background-color: rgba(0,0,0,0.5);
}

    .kcHero-configBtn:hover {
        text-decoration: none;
        color: white;
    }

    .kcHero-configBtn:focus {
        text-decoration: none;
        color: white;
    }


.kcHero-container, .kcHero-image {
    position: relative;
    min-width: 100%;
    max-height: 900px;
    max-width: 2100px;
    width: auto;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    overflow-x: hidden;
    overflow-y: hidden;
    left: 50%;
    transform: translateX(-50%);
}
.kcHeaderGradient {
    height: 17vw;
    width: 100%;
    background-image: linear-gradient(#000 0%, transparent 100%);
    position: absolute;
    max-width: 2100px;
    z-index: 1;
    pointer-events: none;
}

.kcHero-header {
    max-height: 400px;
    left: 50%;
    transform: translateX(-50%);
}

.kcHero-heading {
    left: 50%;
    transform: translateX(-50%);
    user-select: none;
    pointer-events: none;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: -40px;
    background-color: white;
    border-top-left-radius: 79px;
    border-top-right-radius: 79px;
    padding: 40px 80px 0px;
    z-index: 1;
    font-size: 40px;
    height: 50px;
}

.hideDisplay {
    display: none;
}

.kcHero-ribbon {
    position: absolute;
    width: 100% !important;
    border-top: 5px solid #fff !important;
    z-index: 3;
    bottom: 10px;
}

.kcHero-headingText {
    transform: translateY(-75%);
    font-family: 'futura book';
    color: #302009;
    white-space: nowrap;
}

.kcHero-edit {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1000;
    padding: 12px 24px;
    transform: translate(50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border-radius: 5px;
    text-align: center;
    transition: 0.5s;
    display: none;
    text-align: center;
    border-width: 200px;
    border: 2px solid white;
    color: white;
    text-decoration: none;
    background-color: rgba(0,0,0,0.5);
}

.kcHero-container:hover + .kcHero-edit {
    display: block;
}

.kcHero-edit:hover {
    display: block;
}

.kcHero-edit:hover, .kcHero-delete:hover {
    color: white;
    text-decoration: none;
    background-color: rgba(0,0,0,0.8);
}

.kcHero-delete {
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: 1000;
    padding: 12px 24px;
    transform: translate(-10%, -50%);
    -ms-transform: translate(-50%, -50%);
    border-radius: 5px;
    text-align: center;
    transition: 0.5s;
    display: block;
    text-align: center;
    border-width: 200px;
    border: 2px solid white;
    color: white;
    text-decoration: none;
    background-color: rgba(0,0,0,0.5);
}

.kcHero-container, .kcHero-image {
    height: unset;
    max-height: 860px !important;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.kcHero-image img {
    width: 100%;
}

.kcHero-image.kcHero-header {
    min-height: unset !important;
}

.kc-hero-pause {
    position: absolute;
    bottom: 20px;
    right: 10px;
    width: 22px;
    height: 25px;
    text-align: center;
}

    .kc-hero-pause button {
        background-size: contain;
        background-repeat: no-repeat;
        border: none;
        background-color: transparent;
        width: 22px;
        height: 25px;
    }

.kc-hero-pause button[data-action="pause"] {
    background-image: url('/DesktopModules/MVC/KeeterHero/Resources/Images/pause.png');    
    width: 18px;
}

        .kc-hero-pause button[data-action="play"] {
            background-image: url('/DesktopModules/MVC/KeeterHero/Resources/Images/play.png');
        }


.kcHero-mobile-container {
    display: none;
}

@media screen and (max-width: 768px) {
    .kcHero-desktop-container {
        display: none;
    }

    .kcHero-mobile-container {
        display: block;
    }
}

@media screen and (min-width: 1024px) {
    .kcHero-header {
        max-height: 400px !important;
    }

    .kcHero-headingText {
        font-size: 40px;
    }

    .kcHero-container {
        color: white;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media screen and (max-width: 1199px) {
    .kcHero-header {
        max-height: 400px !important;
    }

    div .kcHero-image {
        max-height: 600px !important;
    }

    .kcHero-headingText {
        font-size: 35px;
    }

    .kcHero-heading {
        padding: 40px 40px 0px;
    }

    .kcHero-ribbon {
        position: absolute;
        width: 100% !important;
        border-top: 5px solid #fff !important;
        z-index: 3;
        bottom: 9px;
    }

     .kcHeaderGradient {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .kcHero-header {
        max-height: 400px !important;
    }

    div .kcHero-image {
        max-height: 600px !important;
    }
    .kcHero-headingText {
        font-size: 30px;
    }

    .kcHero-heading {
        padding: 40px 45px 0px;
    }

    .kcHero-ribbon {
        position: absolute;
        width: 100% !important;
        border-top: 5px solid #fff !important;
        z-index: 3;
        bottom: 10px;
    }
}

.mobile-hero-image {
    display: none;
}

@media screen and (max-width: 767px) {
    .desktop-hero-image {
        display: none;
    }

    .kcHero-image {
        position: relative;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        height: unset !important;
        max-height: unset !important;
        min-height: unset !important;
        padding-top: 125% !important;
    }

    .mobile-hero-image {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: inline;
        object-fit: cover;
        object-position: center;
    }

    .kcHero-header.kcHero-image {
        padding-top: 62.5% !important;
    }

    .kcHero-header {
        max-height: 400px !important;
    }

    div .kcHero-image {
        max-height: 300px !important;
    }

    .kcHero-headingText {
        font-size: 25px;
    }

    .kcHero-heading {
        padding: 40px 50px 0px;
        height: 70px;
    }

    .kcHero-ribbon {
        position: absolute;
        width: 100% !important;
        z-index: 3;
        bottom: 9px;
    }
}

.kcHero-vimeo-container {
    position: relative;
    background-size:cover;
    width: 100%;
}

.kcHero-vimeo-hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}


/*CofO Site Heading Styling*/

.cofo-hero-hr {
    margin-right: 50%;
    border-color: white;
    color: white;
}

.cofo-headline {
    min-height: 55rem;
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 100% !important;
    padding: 2rem;
    z-index: 3;
    display: contents;
}

.cofo-hero-content-right {
    position: absolute;
    bottom: 4rem;
    width: 33%;
    background-color: #710a2c;
    color: white;
    padding: 2rem;
    right: 0;
}
    .cofo-hero-content-right h1 {
        text-transform: uppercase;
        font-family: "Times New Roman", Times, serif;
        letter-spacing: 4px;
        margin-top: 0;
        margin-bottom: 0.5rem;
        font-size: 2.5rem;
        font-weight: 500;
        line-height: 1.2;
        text-align: left;
    }

.cofo-hero-content-left {
    position: absolute;
    bottom: 4rem;
    width: 33%;
    background-color: #710a2c;
    color: white;
    padding: 2rem;
    left: 0;
}
    .cofo-hero-content-left h1 {
        text-transform: uppercase;
        font-family: "Times New Roman", Times, serif;
        letter-spacing: 4px;
        margin-top: 0;
        margin-bottom: 0.5rem;
        font-size: 2.5rem;
        font-weight: 500;
        line-height: 1.2;
    }

.cofo-hero-content-center {
    left: 0;
    position: absolute;
    bottom: 4rem;
    width: 100% !important;
    background-color: #710a2c;
    color: white;
    padding: 2rem;
    text-align: center !important;
    margin-top: auto !important;
    text-shadow: 0px 0px 64px rgba(0, 0, 0, 1);
    height: 0%;
}
    .cofo-hero-content-center h1 {
        text-transform: uppercase;
        letter-spacing: 14px;
        font-size: 60pt;
        font-weight: bold;
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 0rem 0.6rem;
        font-family: "Times New Roman", Times, serif;
        margin-top: 0;
        margin-bottom: 0.5rem;
        bottom: 0%;
    }

/* Media query for smaller screens */
@media screen and (max-width: 1300px) {

    .cofo-hero-content-right,
    .cofo-hero-content-left {
        width: 100%;
        padding: 1rem;
        bottom: 0;
    }
        .cofo-hero-content-right h1,
        .cofo-hero-content-left h1 {
            text-align: left;
        }

    .cofo-hero-content-center {
        text-shadow: none;
        height: 15%;
        bottom: 0;
    }
        .cofo-hero-content-center h1 {
            font-size: 40pt;
            letter-spacing: 8px;
            margin-bottom: auto;
            left: 0%;
        }

    .cofo-hero-hr,
    .cofo-hero-content-right hr {
        margin-left: 0;
        margin-right: 75%;
        border-color: white;
        color: white;
    }
}

@media screen and (max-width: 768px) {

    .cofo-hero-content-center {
        text-shadow: none;
        height: 0%;
        bottom: 0;
    }
        .cofo-hero-content-center h1 {
                font-size: 20pt;
                letter-spacing: 4px;
                margin-bottom: 1rem;
         }

    .cofo-hero-hr,
    .cofo-hero-content-right hr {
        margin-right: 50%;
    }
}