.gif_banner_top {
    width: 100%;
    text-align: center;
}

.gif_banner_box {
    display: inline-block;
    position: absolute;
    margin-top: 10rem;
    width: 13%;
    margin-left: 4rem;
    /*margin-top: 50%;*/
    /*transform: translateY(-50%);*/
}

@media (max-width: 1200px) {
    .gif_banner_box {
        display: none;
    }
}
