﻿.adContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}

    .adContainer img {
        width: 100%;
        height: auto;
        display: block;
        max-width: 1200px;
    }
