﻿
.ayo-footer-image {
    width: auto;
    max-width: 100%;
    height: auto;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .ayo-footer-image {
        width: 100%;
    }


    .ayo-footer-powered {
        position: absolute;
        top: 30%;
        left: 10px;
    }
}
