/*
 * Basic styling for the animated logo on the front end.
 * We center the logo within its container and ensure it scales
 * nicely on smaller screens. The actual animation classes are
 * provided by animate.css, which is enqueued separately.
 */
.als-logo-wrapper {
    text-align: center;
    margin: 20px auto;
}

.als-logo-wrapper img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}