.item{display:flex;flex-flow:row wrap;margin:20px auto 40px}.item-content{align-items:start;display:flex;flex-flow:column wrap;margin-right:3%;width:64%}.item-content-title{color:#3b454c;text-decoration:none}.item-content-title h3{margin-bottom:0}.item-content-title:hover{color:red;text-decoration:none}.item-content-excerpt{margin-bottom:32px}.item-content-more{background:red;color:#fff;font-size:16px;font-weight:700;letter-spacing:1px;min-width:150px;padding:15px 20px}.item-content-more:focus,.item-content-more:hover{background:#3b454c;color:#fff;text-decoration:none}.item-content-wrap-image{align-self:center;align-self:flex-start;background-color:gray;background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;height:200px;margin-left:3%;margin-top:15px;position:relative;width:30%}.item-content-wrap-overlay{background:hsla(0,100%,74%,.8);background:-moz-linear-gradient(-45deg,hsla(0,100%,74%,.8) 0,rgba(255,0,0,.8) 100%);background:-webkit-gradient(left top,right bottom,color-stop(0,hsla(0,100%,74%,.8)),color-stop(100%,rgba(255,0,0,.8)));background:-webkit-linear-gradient(-45deg,hsla(0,100%,74%,.8),rgba(255,0,0,.8));background:-o-linear-gradient(-45deg,hsla(0,100%,74%,.8) 0,rgba(255,0,0,.8) 100%);background:-ms-linear-gradient(-45deg,hsla(0,100%,74%,.8) 0,rgba(255,0,0,.8) 100%);background:linear-gradient(135deg,hsla(0,100%,74%,.8),rgba(255,0,0,.8));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7a7a",endColorstr="#ff0000",GradientType=1);height:100%;left:0;opacity:0;position:absolute;text-transform:uppercase;top:0;transition:all .2s ease;width:100.01%;z-index:1}.item-content-wrap-overlay-content{border-bottom:1px solid #fff;border-top:1px solid #fff;color:#fff;font-size:20px;font-weight:400;left:50%;letter-spacing:.05em;line-height:50px;max-width:95%;min-width:225px;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.item-content-wrap-overlay-content a,.item-content-wrap-overlay-content a:focus,.item-content-wrap-overlay-content a:hover{color:#fff;text-decoration:none}.item-content-wrap-image:hover .item-content-wrap-overlay{opacity:1}.item:nth-child(2n){flex-flow:row-reverse wrap}.item:nth-child(2n) .item-content-wrap-image{margin-left:0;margin-right:3%}.item:nth-child(2n) .item-content{margin-left:3%;margin-right:0}@media screen and (max-width:768px){.item,.item:nth-child(2n){flex-flow:column-reverse wrap}.item-content,.item-content-wrap-image,.item:nth-child(2n) .item-content,.item:nth-child(2n) .item-content-wrap-image{margin:0 auto;width:100%}}