.section-lookbooks__inner{display:grid;grid-template-rows:auto;gap:1.5em}@media (max-width:480px){.section-lookbooks__inner{gap:1em}}.section-lookbooks__lookbook{display:flex;align-items:center;justify-content:center;text-align:center;width:100%;height:0;padding-bottom:45%;position:relative;background-color:var(--color-grey-light)}.section-lookbooks__lookbook:hover .section-lookbooks__lookbook__link{background-color:rgba(0,0,0,.5)}.section-lookbooks__lookbook.black:hover .section-lookbooks__lookbook__link{background-color:rgba(255,255,255,.5)}.section-lookbooks__lookbook__content{padding:5em 2em;width:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:3;color:var(--color-white);pointer-events:none}.section-lookbooks__lookbook__content.black{color:var(--color-black)}.section-lookbooks__lookbook__content h3{font-size:3em;margin:0}@media (max-width:768px){.section-lookbooks__lookbook__content h3{font-size:2em}}.section-lookbooks__lookbook__image{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1}.section-lookbooks__lookbook__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.section-lookbooks__lookbook__link{position:absolute;left:0;top:0;width:100%;height:100%;display:block;z-index:2;transition:background-color linear .25s}