@media only screen and (min-width: 769px){
div#xg_content {
    position: relative;
    z-index: 100000;
    top: -130px;
}

div#xg_content iframe {
    border: none;
}

}
@media only screen and (max-width: 769px){
div#xg_content {
    position: relative;
    z-index: 100000;
    top: -98px;
}

div#xg_content iframe {
    border: none;
}

}