.l-banner {
    position: fixed;
    bottom: 0%;
    left: 50%;
    z-index: 9999;
    width: 320px;
    transform: translate(-50%, 0%);
}

.l-banner img{
    width: 100%;
    height: auto;
}