body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    overflow-x: hidden;
    box-sizing: border-box;
}

.elementor-background-video-container {
    pointer-events: none;
    transition: opacity 1s;
    direction: ltr;
    inset: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: inherit;
    height: inherit;
    opacity: 0.7;
}

.elementor-background-video-hosted {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

video {
    border: none;
    line-height: 1;
    margin: 0;
    object-fit: contain;
    overflow-clip-margin: content-box;
    overflow: clip;
}

.container-fluid {
    min-width: 768px;
    max-width: 1920px;
    margin-top: 14rem;
}

.urllist {
    width: 432px;
    height: 50px;
    line-height: 50px;
    color: #f5d69a;
    font-size: 22px;
    font-weight: 600;
    padding-right: 145px;
    background-image: url('/images/PC-urllist.png');
    background-repeat: no-repeat;
}

.urllist:hover {
    color: rebeccapurple;
    text-decoration: none;
}