@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{padding: 0; margin: 0; box-sizing: border-box; font-family: "Lato", sans-serif;}
.icon{font-size: 30pt; line-height: 30px; }
.box-img{position: relative; }
.overlay{position: absolute; width: 100%; max-height: 20%; background-color: rgba(0, 0, 0, 0.5); left: 0px; right: 0px; bottom: 0px; overflow: hidden; transition: 0.8s; cursor: pointer; }
.box-img:hover .overlay{width: 100%; height: 100%; max-height: 100%; align-content: center; font-size: 20pt; }
.location h5{font-size: 12pt; }