.animated-image{width:100%;height:auto;animation:fadeIn 1s ease-in-out;margin-bottom:20px;clip-path:polygon(0 0,100% 0,100% 85%,85% 100%,0 100%);border-radius:8px;box-shadow:0 8px 20px #0000004d;transition:transform .3s ease,box-shadow .3s ease}.animated-image:hover{transform:scale(1.05);box-shadow:0 12px 24px #0000004d}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width: 768px){.animated-image{width:60%;max-width:300px;margin:40px auto}}.animated-image-container{margin-bottom:20px}
