.b_zoom__container{display:flex;flex-direction:column;flex-wrap:wrap}@media only screen and (min-width:992px){.b_zoom__container{flex-direction:row;flex-wrap:nowrap}}.b_zoom__image{background-position:50%;background-repeat:no-repeat;background-size:cover;filter:grayscale(1);height:100%;left:0;position:absolute;top:0;width:100%}.b_zoom__image.hover-filter{transition:transform 8s cubic-bezier(.25,.46,.45,.94),filter 1s cubic-bezier(.25,.46,.45,.94)}.b_zoom__image:before{background-image:linear-gradient(180deg,transparent,#000);bottom:0;content:"";height:400px;left:0;position:absolute;width:100%;z-index:1}.b_zoom__textContainer{align-items:flex-start;display:flex;flex-direction:column;padding:30px;z-index:1}@media only screen and (min-width:992px){.b_zoom__textContainer{min-height:280px}}.b_zoom__textContainer p{color:#fff;font-weight:400;margin-top:0;width:100%}@media only screen and (max-width:767px){.b_zoom__textContainer p{font-size:.9rem;margin-top:10px}}.b_zoom__textContainer a{color:#fff;font-weight:600;margin-top:0;text-decoration:none}.b_zoom__heading{color:#fff;font-size:2rem;position:relative;text-decoration:none;text-transform:uppercase;width:100%}.b_zoom__heading:before{background-color:#ed1c24;bottom:-10px;content:"";display:block;height:5px;left:0;position:absolute;transition:width .35s cubic-bezier(.645,.045,.355,1);width:75px}@media only screen and (min-width:992px){.b_zoom__heading{font-size:1.45rem}}@media only screen and (min-width:1100px){.b_zoom__heading{font-size:1.8rem}}@media only screen and (min-width:1400px){.b_zoom__heading{font-size:2.4rem}}.b_zoom__item{align-items:flex-end;display:flex;margin-bottom:20px;min-height:calc(100vh - 110px);overflow:hidden;position:relative;text-decoration:none;width:100%}@media only screen and (min-width:992px){.b_zoom__item{margin-left:10px;margin-right:10px;min-height:calc(100vh - 142px)}.b_zoom__item:first-child{margin-left:0;margin-right:10px}.b_zoom__item:last-child{margin-left:10px;margin-right:0}}.b_zoom__item:focus .b_zoom__image,.b_zoom__item:hover .b_zoom__image{transform:scale(1.1);transition:transform 8s cubic-bezier(.25,.46,.45,.94),filter 1s cubic-bezier(.25,.46,.45,.94)}.b_zoom__item:focus .b_zoom__image.hover-filter,.b_zoom__item:hover .b_zoom__image.hover-filter{filter:grayscale(0)}.b_zoom__item:focus .b_zoom__heading:before,.b_zoom__item:hover .b_zoom__heading:before{transition:width .35s cubic-bezier(.645,.045,.355,1);width:150px}