.portfolio__text p{max-width:1100px;margin-left:auto!important;margin-right:auto!important}.portfolio__gallery-wrapper{max-width:100%;margin:0 auto 1.5em;display:grid;grid-gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-auto-rows:300px;grid-auto-flow:row dense}.portfolio__gallery-item{position:relative;display:flex;flex-direction:column;justify-content:flex-end;box-sizing:border-box;background:#f2f2f2;color:#fff;grid-column-start:auto;grid-row-start:auto;box-shadow:-2px 2px 10px 0 rgba(0,0,0,0.4);transition:transform .3s ease-in-out;background-size:cover;background-position:center;background-repeat:no-repeat}@media(min-width:720px){.portfolio__gallery-item.wide{grid-column-end:span 2}}.portfolio__gallery-item.tall{grid-row-end:span 2}.portfolio__gallery-item:hover{transform:scale(1.05)}a.portfolio__gallery-picture{display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}a.portfolio__gallery-video{background-image:url(/_img/youtube.svg);background-repeat:no-repeat;background-position:center 30%;background-size:100px}a.portfolio__gallery-video.no_product{background-position:center 50%}a.portfolio__gallery-product{position:absolute;left:0;bottom:0;width:calc(100% - 15px);padding:5px 5px 10px 10px;background-color:#fff;opacity:.95;text-align:left;text-decoration:none;color:#333;z-index:2}