.wpb-boosterheader-wrapper {
    margin-left: -180px;
    position: relative;
    padding: 50px 0;
}

.boosterheader-btn-group a {
    margin-right: 15px;
    margin-bottom: 15px;
}

.boosterheader-btn-group a:last-child {
    margin-right: 0;
}

.boosterheader-inner {
    width: calc(100vw - 20%);
    max-width: var(--container-width);
    margin: 60px auto;
}

.boosterheader-content {
    margin-bottom: 40px;
}


.boosterheader-content p{
    hyphens: none;
}

.boosterheader-leftcontent {
    width: 60%;
}

.wpb-boosterheader-wrapper.align-center .boosterheader-leftcontent {
    max-width: 800px;
    width: 100%;
}

.boosterheader-leftcontent h1 {
    font-size: 65px;
    line-height: 70px;
    font-weight: 100;
    margin-bottom: 30px;
    hyphens: initial;
}

.boosterheader-videoimg {
    height: 500px;
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    border-top-left-radius: 300px;
    border-bottom-left-radius: 300px;
    bottom: 0;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
}

.wpb-boosterheader-wrapper.align-center {
    padding: 0;
    margin: auto;
}

.wpb-boosterheader-wrapper.align-center .boosterheader-videoimg {
    display: none;
}

.boosterheader-play {
    position: relative;
    height: 100%;
}

.boosterheader-play img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto !important;
    cursor: pointer;
}

.video-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

.video-container video {
    visibility: initial;
    object-fit: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.close-video {
    background-color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    z-index: 999;
    right: 15px;
    position: absolute;
    top: 15px;
    cursor: pointer;
}

.close-video::after {
    content: " ";
    height: 2px;
    width: 30px;
    background-color: #000;
    display: block;
    transform: rotate(46deg);
    top: 0;
    position: absolute;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
}

.close-video::before {
    content: " ";
    height: 2px;
    width: 30px;
    background-color: #000;
    display: block;
    transform: rotate(-46deg);
    top: 0;
    position: absolute;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
}

.wpb-boosterheader-wrapper.align-center .boosterheader-leftcontent {
    text-align: center;
    margin: auto;
}

.event-content {
    padding: 0 0 0 100px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.event-content h3,
.event-content h4 {
    width: 100%;
    color: #fff;
}

.row .col h4 {
    font-weight: lighter;
}

.event-content .btn-secondary {
    border: 2px solid #fff;
    color: #fff;
    margin-top: 20px;
}

.event-content .btn-secondary:hover {
    color: #fff;
}

.video-container iframe {
  width: 100%;
  height: 100%;
}

@media(max-width: 1260px) {
    .boosterheader-leftcontent h1 {
        font-size: 62px;
        line-height: 67px;
    }

    .wpb-boosterheader-wrapper {
        margin-left: 0;
    }

    .boosterheader-inner {
        max-width: var(--container-width-medium);
    }
}


@media(max-width: 1024px) {
    .boosterheader-leftcontent {
        width: 100%;
    }

    .wpb-boosterheader-wrapper:not(.align-center) {
        flex-direction: column-reverse;
        display: flex;
    }

    .wpb-boosterheader-wrapper:not(.align-center) .boosterheader-videoimg {
        position: relative;
        width: 92%;
        margin-left: 8%;
    }

    .boosterheader-inner {
        margin-top: 60px;
        margin-bottom: 0;
    }

    /* .wpb-boosterheader-wrapper:not(.align-center) .boosterheader-leftcontent {
        width: 100%;
    } */
}

@media(max-width: 1001px) {
    .boosterheader-leftcontent {
        width: 100%;
    }

    .wpb-boosterheader-wrapper:not(.align-center) .boosterheader-videoimg {
        width: 100%;
        margin-left: 42px;
    }
}

@media(max-width: 768px) {
    .boosterheader-videoimg {
        height: 300px;
    }

    .boosterheader-leftcontent h1 {
        font-size: 36px;
        line-height: 41px;
    }

    .boosterheader-inner {
        width: calc(100% - 70px);
        padding: 0;
        margin-left: 35px;
        margin-right: 35px;
        min-width: calc(100% - 70px);
    }
    .event-content {
        padding: 0 50px 0 50px;
      }
}