.struktur-org {
    transition: transform .2s;
    background-color: rgba(7, 7, 112, 0.853);
    background-size: cover;
}


.img-struktur{
    width:190px; 
    height: 200px;
}

@media screen and (width<=580px){
    .struktur-org{
        display: block !important;
        text-align: center;
    }

    .bg-foto{
        min-width: 100%;
    }

    .img-struktur{
        width:140px; 
        height: 150px;
    }
}

.struktur-org-txt{
    background-image: url('https://bebandem.karangasemkab.go.id/Vieuw/Asset/gambar/bg-konten_visimisi.svg');
    background-size: cover;
    border-top-right-radius: 60%;
    top:0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.bg-foto{
    background-color: #000066;
    color: #FFFF;
}

.bg-foto:hover{
    background-color: #000066;
}

.struktur-org:hover{
    background-color: #000066;
   
}

.bg-list-struktur{
    background-image: url('https://bebandem.karangasemkab.go.id/Vieuw/Asset/gambar/bg-konten_visimisi.svg');
    background-size: cover;
    top:0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    max-height:100%; 
    overflow-y: scroll;
    
}


