.img-wrapper img {
    max-width: 600px;
}

.ctx{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    height: 100vh;
    overflow-y: scroll;
    bottom:0;
    background-color: #eee;
}
.container{
    width: 100vw;
    height: auto;
    padding-bottom: 60px;
    position: relative;
}
.container body{
    background-color: transparent;
}

.ctxX{
    position: fixed;
    right: 80px;
    top:340px;
    padding: 10px 20px 10px 20px;
    border-radius: 30px;
    border: 1px solid black;
    font-weight: 600;
    cursor: pointer;
    /*background-color: #eee;*/
    backdrop-filter: blur(10px);
    --webkit-backdrop-filter: blur(30px);
    background-color: rgba(238, 238, 238, 0.2);
}
/*————————————————————————————————*/
.cHead{
    width: 750px
}
.cHead img{
    width: 100%;
}
.gradient{
    position: relative;
    margin-top: -200px;
    width: 750px;
    height: 200px;
    background: linear-gradient(rgba(238, 238, 238, 0) 0%, #eee 87.68%, #eee 100%);
}
/*————————————————————————————————*/
.cTitle{
    max-width: calc(100% - 850px);
    position: fixed;
    right: 100px;
    text-align: right;
    font-size: 0.7em;
    top: 120px;
}
.cTitle h1{
    margin-top:-10px;
}
.cTitle p{
    margin-top:-10px;
    font-size: 13px;
    letter-spacing: 1px;
}

/*————————————————————————————————*/
.ctxText{
    position: relative;
    width: 600px;
    margin: -90px 20px 20px 100px;
}
.ctxText h3{
    margin-block-end: 0em;
}
.ctxText h1{
    margin-block-start: 0em;
    margin-block-end: 2em;
}
.ctxText p{
    width: 100%;
    line-height: 130%;
}

.ctxText .ctx_image{
    width: 100%;
    font-size: 14px;
    font-style: italic;
}
.ctx_image img{
    width: 100%;
}


hr{
    margin-left: 100px;
    width: 650px;
}

.ctxBoxContainer{
    position: relative;
    left: 80px;
    margin-bottom: 230px;
    height: auto;
    padding-bottom: 230px;
}

.cont .box{
    width: 295px;
    margin: 20px;
}

.ctxMenuArticle {
    padding-top: 100px;
}



@media screen and (max-width:1280px) {
    .container {
        padding-bottom: 150px;
    }
}

@media screen and (max-width:1000px) {
    .cTitle {
        display: none;
    }
    .gradient{
        width: 100vw;
    }
    hr{
        margin-left: 40px;
        width: calc(100vw - 80px); 
    }
    .ctxBoxContainer{
        left: 20px;
       padding-bottom: 300px;
    }
    .cont .box{
        width: calc(50vw - 70px);
        margin: 20px;
    }

    .ctxX {
        display: none;
    }
}

@media screen and (max-width:800px) {
    .ctxText {
        width: 100%;
        margin-left: 30px;
        margin-right: 30px;
        width: calc(100vw - 60px);
        font-size: 18px;
        padding-bottom: 100px;
    }
    .ctxText p {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .
    .ctxX{
        bottom: 130px;
            top:auto;
        right: 5px;
         padding: 17px 20px 17px 20px;   
    }
    .cHead{
        width: 100%;
    }
    .cont .box{
        width: calc(50vw - 70px);
        margin: 20px 20px 0px 20px;
    }
    
}

@media screen and (max-width:500px) {
    .cont .box{
        width: calc(100vw - 100px);
        margin: 20px 20px 0px 20px;
    }
    .ctxBoxContainer{
        padding-bottom: 430px;
        margin-bottom: 400px;
    }
}
