.bull-container{
    --wh: 300px;
    --srl:50px;
    --xsr:50;
    --xy:300;
    width:100%;
    max-width:100vw;
    height: 100vh;
    max-height:vh;
    position:relative;
    margin-top:-110px;
    overflow: hidden;
}

.bull-container .bull {
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:#ddd url(/fileadmin/user_upload/home/bull/bull.jpg) center center no-repeat;
    background-size: cover;
    animation: shrink 6s infinite alternate steps(120);
}

@keyframes shrink {
    0% {
      transform: scale(1.0)
    }
    100% {
      transform: scale(1.1)
    }
}

.bull-container .container{
    position:relative;
    /* background:rgba(255,255,255,.5); */
    height:100vh
}

:root {
    --hex : 320px;
    --mwh: 300px;
}

.hex{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    height: var(--mwh);
    background:url(/fileadmin/user_upload/home/bull/polygon.svg) center center no-repeat;
    background-size: contain;
    display:flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transform: scale(0);
    color: #fff;
}
/* .hex1{
    transform: scale(1);
} */
.hex .hexbox {
    width: calc( var(--mwh) - 20px );
    height: calc( var(--mwh) - 20px );
    margin: 10px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    color: #fff;
}
.hex .heximg {
    height: calc( var(--mwh) - 50px );
    width: calc( var(--mwh) - 50px );
    margin: 15px;
}
.hex .hexbox h3 {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    display: block;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 900;
    padding: 5px;
    color: #fff !important;
}

.hex-logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.hex-logo img {
    height: 140px;
    width: auto;
    margin-bottom: 1rem;
}
.hex-logo span {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 900;
    letter-spacing: -1px;
    display: block;
    text-align: center;
}
@media (min-width: 720px) {
    
    .hex {
        position: absolute;
        width: var(--hex);
        height: var( --hex );
        bottom: 20px;
        background: url(/fileadmin/user_upload/home/bull/polygon.svg) center center no-repeat;
        background-size: contain;
        display:flex;
        justify-content: center;
        align-items: center;
        transform: scale(1);
    }
    .hex.sr {
        bottom: calc( ( ( var(--hex) * 0.866 ) / 2 ) + 20px );
    }
    .hex1{
        left: calc( (100% / 2 ) - var(--hex) - ( var(--hex) / 4 ) );
    }
    .hex2{
        left: calc( (100% / 2 ) + ( var(--hex) / 4) );
    }
    .hex3{
        left: calc( (100% / 2 ) - ( var(--hex) * 2 ));
    }
    .hex4 {
        left: calc( (100% / 2) - ( var(--hex) / 2 ) );
    }
    .hex5 {
        left: calc( (100% / 2) + var(--hex ) );
    }
    .hex6 {
        left: calc( (100% / 2) +  var(--hex ) );
        bottom: calc( ( (var(--hex) * 0.866 * 1.5) + 20px ) );
    }
    .hex-logo {
        flex-direction: row;
        
        left: calc( (100% / 2 ) - ( var(--hex) * 1.83 ));
        bottom: calc( ( (var(--hex) * 0.866 * 1.75) + 20px ) );
    }
    .hex-logo img {
        height: 200px;
        width: auto;
        margin-bottom: 0;
        margin-left: 1rem;
    }
    .hex-logo span {
        color: #fff;
        font-size: 2.5rem;
        line-height: 2.5rem;
        font-weight: 900;
        letter-spacing: -2px;
        display: block;
        text-align: left;
        margin-left: 2rem;
    }
    .hex .hexbox {
        width: calc( var(--hex) - 50px );
        height: calc( var(--hex) - 50px );
        margin: 35px;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        align-content: center;
        text-align: center;
        color: #fff;
    }
    .hex .heximg {
        height: calc( var(--hex) - 80px );
        width: calc( var(--hex) - 80px );
        margin: 20px;
    }
    .hex .hexbox h3 {
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 20px;
        display: block;
        text-align: center;
        font-size: 1.5rem;
        line-height: 1.5rem;
        font-weight: 900;
        padding: 5px;
        color: #fff !important;
        text-shadow: #000 1px 0 5px;
    }
}