Impact Casein is our highly popular milk protein powder, designed to be slow absorbing to provide a sustained supply of protein between meals and even while you sleep.This makes it the perfect choice for bedtime protein shakes, helping you to wake up raring to go, ready for your next session. It also includes a complete amino acid profile for a well-rounded formula.
/* 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;
}
}