@media(min-width:768px){.gallery{display:flex;width:100%}.preview{flex:3.1}}.preview img{height:auto;width:100%}@media(min-width:768px){.preview img{height:100%;object-fit:cover}}.thumbnails{display:flex;flex-direction:column;gap:.6rem}@media(min-width:768px){.thumbnails{flex:1;margin-left:.5rem}}.thumbnail{cursor:pointer;height:auto;transition:transform .3s ease;width:100%}@media(min-width:769px){.thumbnail{height:33%;object-fit:cover}.thumbnail--second{margin-bottom:.5%;margin-top:.5%}}.thumbnail:hover{transform:scale(1.05)}