.hero-video-url-block{
    position: relative;
    min-height: 690px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-video-url-block .videoth{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    border: none;
}
.hero-video-url-block::before{
    content: "";
    background-color: rgba(0, 0, 0, 0.31);
    position: absolute;
    color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
    z-index: 1;
    margin-top: -2px;
}
.hero-info-up{
    max-width: 716px;
    width: 100%;
    position: relative;
    text-align: center;
    z-index: 2;
}
.hero-info-up h1{
    font-size: 45px;
    color: #ffffff;
    margin-bottom: 10px;
}
.hero-info-up a{
    color: #ffffff;
    font-size: 20px;
    border: 2px solid rgb(255, 255, 255, 0.35);
    padding: 10px 40px;
    display: inline-block;
    letter-spacing: 2px;
    white-space: nowrap;
    line-height: 35px;
}
.hero-info-up a:hover{
    border-color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .hero-info-up{
        padding: 0px 15px;
    }
    .hero-info-up a{
        font-size: 18px;
        padding: 7px 40px;
    }
    .hero-video-url-block{
        min-height: 520px;
    }
    .hero-info-up h1{
        margin-bottom: 20px;
        font-size: 26px !important;
    }
}