#himage:after{content:'';z-index:2;position:absolute;right:calc(var(--stretch-offset) * -1);left:calc(var(--stretch-offset) * -1);height:var(--height);border-radius:50%;-webkit-box-sizing:content-box;box-sizing:content-box}#himage{position:relative;overflow:hidden;width:100%;height:40vw;max-height:800px;min-height:400px;z-index:1}@media (min-width:0px) and (max-width:575px){#himage{height:200px}}#himage:after{--height:70px;--stretch-offset:10%;bottom:calc(var(--height) * -1);border-top:solid var(--height) #fff;z-index:1000;margin-bottom:-35px}#himage .item{background-position:center;background-size:cover;position:relative;width:100%;height:40vw;max-height:800px;min-height:400px}@media (min-width:0px) and (max-width:575px){#himage .item{height:200px}}#himage .item picture{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}#himage .item picture img{-o-object-fit:cover;object-fit:cover;height:auto;width:100%}#himage .item:after,#himage .item:before{content:'';width:100%;height:55%;opacity:.6;position:absolute;left:0;z-index:1}#himage .item:before{background-image:-webkit-gradient(linear,left bottom, left top,color-stop(0, rgba(0,0,0,0)),to(#000));background-image:linear-gradient(0deg,rgba(0,0,0,0) 0,#000 100%);top:0}#himage .item:after{background-image:-webkit-gradient(linear,left top, left bottom,color-stop(0, rgba(0,0,0,0)),to(#000));background-image:linear-gradient(180deg,rgba(0,0,0,0) 0,#000 100%);bottom:0;z-index:1}