/*
.top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 280px;
    margin-bottom: -256px;
    z-index: 9999999999999;
}

.top iframe {
    height: 280px;
}

.top + * {
    margin-top: 65px;
}

.footer {
    width: 100%;
    height: 290px;
    z-index: 9999999999999;
}

.footer iframe {
    height: 319px;
}



.top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 359px;
    margin-bottom: -324px;
    z-index: 999999999999;
}

.footer iframe {
    height: 314px;
}
@media screen and (max-width: 979px) {
    .footer iframe {
        height: 485px;
    }
}
*/
.top, .footer {
    line-height: 0px;
}
.top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 359px;
    margin-bottom: -324px;
    z-index: 999999999999;
}

.footer iframe {
    height: 309px;
}

.wrapperArea {
    width: 100%;
    margin-top: 80px;
    overflow: hidden;
}

@media screen and (max-width: 979px) {
    .footer iframe {
        height: 473px;
    }

    .top {
        height: 80px;
    }

    .top iframe {
        height: 80px;
    }

}