/* Estilos para o módulo nossos-produtos-home */

.container-produto-preview-home{
    width: 100%;
    height: 400px;
    overflow: hidden;
    padding: 0px 5px !important;
}
.container-produto-preview-home img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px !important;
}

@media(min-width:1500px) {
    .container-produto-preview-home{
        height: 450px;
    }
}

@media(max-width:992px) {
    .container-produto-preview-home{
        width: 100%;
        height: 500px;
        overflow: hidden;
        padding: 0px 5px !important;
    }
}