.vbanner { width: 100% }

.maincontent { text-align: center; }

h2.size {
    font-size: 24px;
    text-align: center;
}

img.voucher {
    max-width: 100%;
    transition: transform .2s ease-in-out;
    cursor: pointer;
}

img.voucher:hover {
    transform: scale(1.05);
}

div#voucher input[type=text] {
    width: 100px;
}


@media all and (max-width: 799px) {
    .vbanner { display: none; }
}