.AdvertContent>div {
        margin-bottom: 10px;
}
.AdvertContent .infotop{    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    display: flex;
    gap: 40px;
}
.AdvertContent .infotop div a{  
color: #fff;
}
.AdvertContent .link-banner img {
    width: 100%;
    border: 1px solid #66b5f1;
    padding: 1px;
    margin-bottom: 2px;
}
@media only screen and (max-width: 768px){
        .AdvertContent>iframe {
                min-height: 100vh;
        }
        .AdvertContent .infotop{  
display: none !important;
}
}
