#overlay {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 300px;
    z-index: 3;
    text-align: right;
}

.banner-overlay {
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.store-button {
    width: 50%;
    height: 15%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #000;
    border-color: #a6a6a6;
}

.store-button:hover {
    background-color: #04421d;
    transition: background-color .2s ease, border .2s ease;
}

.vaipoverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.vaipoverlay div
{
    margin: auto;
    text-align: center;
}
