.glit-page-home {
    #headerwrapper {
        .buttonstopleft {
            display:block;
            position:absolute;
            top:110px;
            z-index:1;
            width:100%;
            .button_out {
                display:block;
                float:left;
                margin-right:12px;
                border-radius:50%;
                width:120px;
                height:120px;
                background-color:rgba(128,189,1,0.5);
                &:hover {
                    background-color:rgba(128,189,1,1); 
                }
                &.swisstainable {
                    background-color:rgba(13,84,66,0.5);
                    &:hover {
                        background-color:rgba(13,84,66,1); 
                    }
                    .button_in {
                        background-color:rgba(13,84,66,1);
                    }
                }
                .button_in {
                    background-color:rgba(128,189,1,1);
                    border-radius:50%;
                    width:90px;
                    height:90px;
                    margin:15px;
                    display:flex;
                    align-items: center;
                    justify-content: center;
                    overflow:hidden;
                    img {
                        max-width:100%;
                        max-height:100%;
                        &.logo_ibex {
                            max-height:85%;
                        }
                    }
                }
            }
        }
    }
 
}
@media (min-width:1200px) {
    .glit-page-home{
        
        #headerwrapper {
            .buttonstopleft {
                top:170px;
                .button_out {
                    width:140px;
                    height:140px;
                    .button_in {
                        background-color:rgba(128,189,1,1);
                        border-radius:50%;
                        width:110px;
                        height:110px;
                    }
                }
            }
        }
    }
}