A powder keg of power, Animal Fury is intended to bring the pain. A concentrated pre-training formula loaded with efficacious dosages of the most impactful ingredients, Animal Fury is designed to meet the challenges of the hardest training demands. When it is time to blast the heavy iron and leave the weight room floor in rubble, Animal Fury lights the fuse.
/* Mark the container as a query container */
.image-container {
container-type: inline-size;
}
/* When the container’s width is at least 500px, apply a max-width style to the image */
@container (min-width: 500px) {
.image-container img {
max-width: 80%;
height: auto;
}
}