.repeating_industries{display:flex;flex-wrap:wrap}.repeating_industries .industries{flex:1 1 auto;width:30%;margin:2% 1%;position:relative;min-width:350px}.repeating_industries .industries:first-of-type{max-width:none;width:100%;overflow:hidden;max-height:400px;position:relative}@media screen and (max-width:761px){.repeating_industries .industries:first-of-type{max-height:none}}@media screen and (min-width:1148px){.repeating_industries .industries{max-width:31.5%}}@media screen and (max-width:1148px){.repeating_industries .industries:first-of-type{max-width:none;width:30%;overflow:hidden;max-height:none;position:relative}.repeating_industries .industries:first-of-type img{height:100% !important;object-fit:cover}}@media screen and (max-width:761px){.repeating_industries .industries:first-of-type img{height:calc(100vw - (2rem + 1.5em)) !important;object-fit:cover}}.industries .caption{position:absolute;bottom:0;margin:1em 2em;display:none;transition:all .5s;color:white}.industries img{transition:all .5s}.industries:hover .caption{display:block;transition:all .5s}.industries:hover .overlay{display:none}.industries .overlay{display:flex;background:rgba(0,174,239,0.5);height:100%;position:absolute;top:0;width:100%}.industries .overlay h4{margin:auto;font-size:2em;text-align:center;max-width:90%}.industries h4{margin-top:1em;color:white}.industries img{width:100%}