.top {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 270px;
    margin-bottom: -206px;
    z-index: 999999;
}

.top iframe {
    height: 280px;
}

.top + * {
    /*margin-top: 65px;*/
}

.footer {
    width: 100%;
    height: 290px;
    z-index: 999999;
}

.footer iframe {
    height: 319px;
}

@media screen and (max-width: 1023px) {

    .top {
        height: 65px;
        margin-bottom: 0px;
    }

    .top iframe {
        height: 65px;
    }
  
    .footer, .footer iframe {
        height: 624px;
    }
}