

.divcarroselalbuns{
    display: flex;
}

@media(max-width:500px) {
    .carousel .carousel-item {
        visibility: hidden;
        width: 150px;
        height: 150px;
        position: absolute;
        top: 0;
        left: 0;
    }
    
                .btn-right{
        display: none;
    }

    .btn-left{
        display: none;
    }
}

.box-art {
    position: relative;
    width: 100%;
    height: 100%;
}

.premio {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.img_album_artist {
    width: 100%;
}

.carousel .carousel-item {}

.btn-left{
    place-self: center;

}

.btn-right{
    place-self: center;

}