#slider .main_img img {
    width: 100vw;
}

#slider .caption {
    background: #EFF3F7;
    padding: 9em;
    font-size: 1.4em;
}

.slide_cat {
    color: #CEBFAA;
    font-size: 1.25rem;
}

.caption h2 {
    font-size: 2.6rem;
}

.caption h2:before {
    content: '';
    display: block;
    width: 195px;
    height: 2px;
    background: #CEBFAA;
    margin: 0.7em 0;
}

div.main_img {
    padding-left: 0;
}

.top_mask {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 140px;
    background: #FFF;
    background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 65%, rgba(255, 255, 255, 0.8) 100%);
}

.top_blur {
    position: absolute;
    right: 32%;
    top: 0;
    display: block;
    width: 68%;
    height: 136px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    border-left: solid 2px #fff;
    border-bottom: solid 2px #fff;
}

.right_blur {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 32%;
    height: 845px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
}

.right_border {
    position: absolute;
    z-index: 999;
    right: 32%;
    top: 0;
    display: block;
    width: 2px;
    height: 1000px;
    background: #FFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 3%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 0) 97%);
}

.bottom_mask {
    position: absolute;
    right: 0;
    bottom: -20px;
    display: block;
    width: 100%;
    height: 150px;
    background: #FFF;
    background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 65%, rgba(255, 255, 255, 1) 100%);
}

.bottom_blur {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 150px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    border-top: solid 2px #fff;
}

.bottom_capt_mask {
    position: absolute;
    left: 0;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 150px;
    background: #FFF;
}

@media (max-width: 1680px) {
    .main_img {
        margin-top: 0;
    }

    #slider .caption {
        padding: 4em;
    }
}

@media (max-width: 1280px) {
    #slider .caption {
        padding: 0 4em 2em 4em;
    }

    .top_mask {
        height: 70px;
    }

    .top_blur {
        height: 70px;
    }

    .right_blur {
        height: 840px;
    }

    .right_border {
        height: 1000px;
    }

    .bottom_mask {
        height: 70px;
    }

    .bottom_blur {
        height: 70px;
    }

    .bottom_capt_mask {
        height: 70px;
    }
}

@media (max-width: 966px) {
    #slider .caption {
        position: relative;
        z-index: 99;
        height: auto;
        padding: 1em 2em;
        font-size: 1em;
        background: none!important;
    }

    .slide_cat {
        color: #CEBFAA;
        font-size: 0.9rem;
    }

    .caption h2 {
        font-size: 1.75rem;
    }

    .caption h2:before {
        width: 125px;
        margin: 0.3em 0;
    }

    .main_img {
        margin-top: -80px;
    }

    .top_mask {
        background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%);
    }

    .top_blur {
        width: 100%;
        right: 0;
    }

    .bottom_capt_mask {
        height: 0px;
    }

    .right_blur, .right_border {
        height: 0;
    }

    #slider .main_img img {
     width: 100%;
    }
}