
.objectImage {
    width: 100%;
    height: 265px;
    object-fit: cover;
    object-position: center;
}
.imagemDetalhe {
    width: 100%;
   
    object-fit: cover;
    object-position: center;
}

.imagemBase {
    width: 100%;   
    object-fit: cover;
    object-position: center;
}

.imageDetalhes {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
}

.imagepeq {
    width: 100%;
    height: 100px;
    object-fit: cover;
    object-position: center;
}