﻿@media only screen and (max-width : 576px) {
    .mobile_bottom_native >  iframe,.mobile_bottom_native {
        width: 100%!important;
        pointer-events: auto;
    }

    .mobile_bottom_native {
        position:relative;
        pointer-events: none;
    }

    .am-close__wrapper {
        position: absolute;
        z-index: 2000;
        pointer-events: auto;
        top: 20px;
        right: 24px;
        color: #ccc;
        font-size: 12px;
        font-style: normal;
        font-family: Tahoma;
    }
}