.advertisement-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    overflow: hidden;
}

.MainAdverTiseMentDiv {
    max-width: 100%;
    margin: 0 auto;
}

@media (max-width: 680px) {
    .advertisement-wrapper {
        padding: 0 10px;
    }

    .MainAdverTiseMentDiv {
        width: 100%;
        max-width: 640px;
    }

    .MainAdverTiseMentDiv iframe,
    .MainAdverTiseMentDiv img {
        max-width: 100% !important;
        height: auto;
    }
}