h1 {
    max-width: 1062px;
    font-size: 60px;
    line-height: 120%;
    margin: 80px auto 60px;
    width: 90%;
    text-shadow: #000 1px 0 10px;
}


.slider-container {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: visible
}

.slider-bottom-container {
    background: url(img/arcbottom.svg) no-repeat top center/cover;
    width: 100%;
    height: 49px;
    bottom: -3px;
    position: absolute;
    z-index: 2
}

.slider-bottom-containerb {
    background: url(img/arcbottomb.svg) no-repeat center/contain;
    width: 100%;
    height: 30vw;
    position: absolute;
    z-index: 2;
    transform: translateY(-15vw);
}


.slider-container .center-container {
    position: absolute;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
}


.p404 .ptext {display: flex;justify-content: center;align-items: center;flex-direction: column;margin-top: -120px;
    margin-bottom: 57px;}
.p404 .ptext p{max-width: 540px;padding:20px;font-size:20px;line-height: 130%;text-align: center}
.p404 .btn {
    height: 60px;
    line-height: 20px;
    background: #E50914;
    max-width: 316px;
    width: 100%;
    color: #fff;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    box-shadow: 2px 0 18px 0 rgba(0, 0, 0, 0.87);
    box-sizing: border-box;
}

.p404 .btn:hover {
    background: #ff0012;
}

.spacebottom {
    margin-bottom: 130px;
}

.slider-container{
height: 500px;
}
#slideshow,
.slider-container .center-container {
    aspect-ratio: 1920/880;
}

#slideshow {
    position: absolute;
    width: auto;
    height: 320px;
    overflow: hidden;
    z-index: 0;
}


#slideshow{
    mask-image: url('img/404.png');
    mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: center;

    /* WebKit compatibility */
    -webkit-mask-image: url('img/404.png');
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}
#slideshow img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    opacity: 0;
    transform: scale(1.2);
    transition: transform 2s ease, opacity 2s ease;


}

#slideshow img.active {
    opacity: 1;
    transform: scale(1);
    z-index: 1;
}
.bbot{width:100%;height:120px;background: url(img/bbot.png) no-repeat top center/contain}


@media (max-width: 1040px) {
    .slider-bottom-containerb {
        transform: translateY(-18vw);
    }
}


@media (max-width: 640px) {

    .slider-container {
        height: 280px;
    }
    #slideshow {
        height: 140px;
    }
    .p404 .ptext {
        margin-top: -60px;
        margin-bottom: 60px;
    }
   .p404 .btn {
        height: 50px;
        max-width: 280px;
       font-size: 16px;
    }
    .p404 .ptext p{font-size:16px;}

    .wrapper-container.wide.center-container {
        margin-top: -10vw
    }
    .bbot{width:100%;height:60px;}
}