.image-card{position:relative;width:100%;max-width:450px;overflow:hidden;text-align:center;margin:20px auto}.image-card img{width:100%;height:300px;object-fit:cover;border-radius:25px}.image-card .content{position:absolute;bottom:0;left:0;right:0;background:rgba(255,255,255,7);color:#fff;padding:20px;text-align:center;transform:translateY(100%);transition:transform 0.5s ease}.image-card .content .title{font-size:18px;color:black;font-weight:bold;margin:0 0 10px}.image-card .content .description{font-size:14px;color:black}.image-card:hover .content{transform:translateY(0)}@media (max-width:768px){.image-card{width:100%;margin:10px auto}.image-card img{height:180px}.image-card .content{padding:15px}.image-card .content .title{font-size:16px}.image-card .content .description{font-size:12px}}@media (max-width:480px){.image-card img{height:200px}.image-card .content .title{font-size:14px}.image-card .content .description{font-size:11px}}.custom-image-card{position:relative;width:90%;max-width:380px;overflow:hidden;text-align:center;margin:20px auto}.custom-image-card img{width:100%;height:300px;object-fit:cover;border-radius:25px}.custom-image-card .content{position:absolute;bottom:0;left:0;right:0;background:rgba(255,255,255,0.9);color:#000;padding:20px;text-align:center;transform:translateY(100%);transition:transform 0.5s ease}.custom-image-card .content .title{font-size:18px;font-weight:bold;margin:0 0 10px}.custom-image-card .content .description{font-size:14px}.custom-image-card:hover .content{transform:translateY(0)}@media (max-width:768px){.custom-image-card{width:95%;margin:15px auto}.custom-image-card img{height:250px}.custom-image-card .content{padding:15px}.custom-image-card .content .title{font-size:16px}.custom-image-card .content .description{font-size:12px}}@media (max-width:480px){.custom-image-card img{height:200px}.custom-image-card .content .title{font-size:14px}.custom-image-card .content .description{font-size:11px}}