.Banner{
    width: 100%;
    position: relative;
    font-size: 0;
    padding-top: 70px;
}


.Banner .InnerImg{
    width: 100%;
    padding-top: 55.5%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.linkBlock{
    position: fixed;
    top: 9%;
    right: 0%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.linkBlock .linkicon{
    width: 20%;
    padding: 5%;
}

.linkBlock .lineicon{
    width: 23%;
}

@media screen and (max-width:991px){
    .linkBlock{
        top: 16%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .linkBlock .linkicon{
        width: 50px;
    }
    
    .linkBlock .lineicon{
        width: 60px;
        padding-bottom: 20%;
    }
    .Banner {
        padding-top: 84px;
    }
}