.coeli-object-alternative {
    width: 100%;
    height: 30vh;
}
.coeli-object-alternative ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex: none;
    overflow: auto;
    flex-flow: row nowrap;
    scroll-snap-type: x mandatory;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.coeli-object-alternative ul li figure {
    margin: 0;
    margin-right: 1px;
    height: 50%;
}
.coeli-object-alternative ul li figure img {
    max-height: 100%;
    width: auto;
}
.coeli-object-data ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.coeli-object-data ul li {
    flex-basis: 50%;
}
.coeli-object-data ul li dl {
    margin: 0;
}
.coeli-object-data ul li dl dt {
    font-weight: 600;
}
.coeli-object-data ul li dl dd {
    margin: 0;
}

@media only screen and (min-width: 768px) {
    .coeli-object-data ul li {
        flex-basis: 33.33%;
    }
}
.coeli-object-multimedia ul {
    padding: 0;
}
.coeli-object-images {
    width: 100%;
}
.coeli-object-images ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex: none;
    overflow: auto;
    flex-flow: row nowrap;
    scroll-snap-type: x mandatory;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.coeli-object-images ul li figure {
    margin: 0;
    margin-right: 1px;
}

.coeli-nav-fitxes{
    display: none;
}
.coeli-from-list .coeli-nav-fitxes{
    display: flex;
}