.container__estrutura {
    > .row {
        .image {
            aspect-ratio: 16/9;
            overflow: hidden;
            
            picture {
                width: 100%;
                height: 100%;
    
                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }
        }
    }
    
    .estrutura-case {
        .image {
            aspect-ratio: 16/9;
            overflow: hidden;
            border-radius: .5rem;
            
            picture {
                width: 100%;
                height: 100%;
    
                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }

        }
    }
}
