.blog-recent-posts__post{display:flex;flex-flow:row nowrap;height:100px;margin:15px 0;position:relative}.blog-recent-posts__post::before{content:'';position:absolute;left:0;right:0;top:0;bottom:0;background-color:#4a7abd;mix-blend-mode:multiply;transition:300ms}.blog-recent-posts__post:hover::before{background-color:#f15d2e}.blog-recent-posts__image,.blog-recent-posts__title{width:100%}.blog-recent-posts__image{background-size:cover}.blog-recent-posts__title{font-size:15px;padding:20px;position:absolute;color:#fff;height:100%;display:flex;align-items:center;justify-content:center;margin:0;text-align:center;font-weight:600}