.feature {
    width: 100%;
    position: relative;
}

/* .feature_inner {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    z-index: 10;
} */

.feature::after {
    content: "";
    width: 100%;
    height: .2rem;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    bottom: 0;
    display: block;
    z-index: 120;
    pointer-events: none;
}
.feature:first-child::before {
    content: "";
    width: 100%;
    height: .2rem;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    display: block;
    z-index: 120;
}

.feature_inner {
    height: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    z-index: 10;
}

.feature_head:hover .feature_inner:not(:hover) {
    opacity: .8;
}

.feature_block {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.feature_block:first-child {
    width: 42.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99;
}

.feature_block:last-child {
    opacity: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.feature_block:last-child img {
    height: 100%;
    object-fit: cover;
}

.feature .feature_head:hover .feature-caption {
    opacity: 0;
}
.feature .feature_head:hover .feature_head {
    position: relative;
    z-index: 100;
}

.feature .feature_head:hover * {
    color: #E9C282;
    fill: #E9C282;
}

.feature-white .feature_head:hover * {
    color: #FFFFFF;
    fill: #FFFFFF;
}

/* .feature_head:hover .content:not(:hover) {
    color: #E9C282;
    fill: #E9C282;
    z-index: 99;
    opacity: .5;
}
 */
 /* .feature-wrap:hover .content:not(:hover) {
    color: #E9C282;
    fill: #E9C282;
    z-index: 400;
    opacity: .5;
}
 .feature_head:hover .content:not(:hover) {
    color: #E9C282;
    fill: #E9C282;
    z-index: 99;
    opacity: .5;
} */

.feature_head:hover .content:not(:hover) * {
    color: #E9C282;
    fill: #E9C282;
}


/* .feature_head:hover div:not(:hover) .feature_block:last-child {
    opacity: 0;
} */
.feature_block div{
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    position: relative;
    padding: 60px 0;
}

.feature_title {
    font-size: 28px;
    line-height: 1.7;
    color: #3E3A39;
    text-align: justify;
    writing-mode: vertical-rl;
    letter-spacing: 26px;
}

.feature_copy {
    font-size: 17px;
    line-height: 1.7;
    color: #595757;
    text-align: justify;
    writing-mode: vertical-rl;
    margin-top: 57px;
    letter-spacing: 3px;
}
.feature_label{
    font-size: 14px;
    writing-mode: vertical-rl;
    position: absolute;
    right: 17px;
    letter-spacing: 16px;
    transform: translateY(-140px);
    z-index: 1;
    color: #727171;
}
.feature-cover {
    width: 100%;
    height: calc(100%);
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    pointer-events: none;
    opacity: 0;
    z-index: 10;
    -webkit-transition: opacity .6s ease;
    -o-transition: opacity .6s ease;
    transition: opacity .6s ease;
    clip: rect(auto, auto, auto, auto);
    z-index: 1;
    pointer-events: none;
    will-change: opacity;
}

/* .feature_head:hover .feature-cover {
    opacity: 1;
    transition: 0.25s ease-in-out;
} */
.feature_head:hover .feature-cover {

    transition: 0.25s ease-in-out;
}
.feature-cover picture {
    position: fixed;
    top: 0;
    left: 0;
    
}

.feature-cover picture img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.feature-cover.-sen picture {
    -o-object-position: 50% 74%;
    object-position: 50% 74%;
}

.feature-caption{
    pointer-events: none;
}

.feature-show{
    opacity: 1;
}
.feature-hide{
    color: #E9C282;
    fill: #E9C282;
    /* z-index: 99; */
    opacity: .5;
}