.box-img-link .box-wrapper{display:flex;flex-direction:column}.box-img-link .box{flex-basis:33.33333%;overflow:hidden;position:relative}.box-img-link .box:nth-child(odd){background:rgba(0,61,165,.5)}.box-img-link .box:nth-child(2n){background:rgba(26,54,104,.3)}.box-img-link .box:before{content:"";float:left;padding-top:81%}.box-img-link .box:after{clear:both;content:"";display:block}.box-img-link img{display:block;height:100%;inset:0;object-fit:cover;position:absolute;transition:transform .25s ease-in;width:100%;z-index:-1}.box-img-link img.hovered{transform:scale(1.1);transition:transform .25s ease-out}.box-img-link .box-content{bottom:0;left:0;padding:0 20px 60px;position:absolute}@media (min-width:768px){.box-img-link .box-wrapper{flex-direction:row;max-height:300px}.box-img-link .box:after,.box-img-link .box:before{content:none}.box-img-link img{position:relative}.box-img-link .box-content{padding:0 40px 40px}}