.video-box{
    width: 100%;
    height: calc(85vh - 89px);
    top: 89px;
    position: relative;
    display: flex;
    align-items: center;
    justify-items: center;
    z-index: 0;
}
.video-file{
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    max-width: 100%;
    max-height: calc(85vh - 89px);
    object-fit: cover;
    z-index: 0;
}
@media (min-aspect-ratio: 16/9) {
    .video-file{
        width: 100%;
        height: auto;
    }
}
@media (max-aspect-ratio: 16/9) {
    .video-file{
        width: auto;
        height: 100%;
    }
}

.impressaoBox{
    background: url('../img/servicos/outimpressao.webp') no-repeat center center;
    background-size: cover;
}
.tiBox{
    background: url('../img/servicos/outti.webp') no-repeat center center;
    background-size: cover;
}
.gedBox{
    background: url('../img/servicos/ged.webp') no-repeat center center;
    background-size: cover;
}
.softwareBox{
    background: url('../img/servicos/outsoftware.webp') no-repeat center center;
    background-size: cover;
}