div.gallery{display:flex;flex-wrap:wrap;justify-content:flex-start}div.gallery a{margin:8px;color:black;border:1px black;text-decoration:none;text-align:left;font-weight:bold}div.gallery a:visited{text-decoration:none}div.gallery a.vert_item{display:inline-block}div.gallery a.vert_item img{width:calc(20vw - 8px);max-width:160px;min-width:53px}div.gallery a.hor_item img{width:calc(33vw - 8px);max-width:240px;min-width:80px}div.gallery a:hover img{transform:scale(1.15)}div.gallery figure{margin:0;overflow:visible;width:min-content}div.gallery figcaption{margin-top:5px;max-width:fit-content}div.gallery img{border:0;height:auto;display:block;transition:transform .2s ease-in-out}.p a{display:inline;font-size:13px;margin:0;text-decoration:underline;color:blue}.p{text-align:center;font-size:13px;padding-top:100px}