#vdbanner {
    position: absolute;
    left: -9999px; /* 画面の遥か左へ飛ばす */
    width: 0;
    height: 0;
    overflow: hidden;
}

