.videos-main .box-video-main {
    width: 100%;
    height: 750px;
    position: relative;
}

.videos-main .box-video-main .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.videos-main .box-video-main .scroll-video {
    width: 100%;
    height: 750px;
    background: rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videos-main .box-video-main .box-play {
    display: block;
}

.videos-main .box-video-main .box-info-video {
    width: 40%;
    position: absolute;
    bottom: 50px;
    left: 50px;
}
.videos-main .btn-ver:hover {
    color: red;
    border-color: red;
}

.videos-main .box-video-main .box-logo-video {
    width: 40%;
    position: absolute;
    bottom: 50px;
    right: 50px;
}

.videos-main .box-video-small {
    width: 100%;
    height: 350px;
    position: relative;
}

.videos-main .box-video-small .scroll-video {
    width: 100%;
    height: 350px;
    background: rgb(0 164 227);
    position: absolute;
    top: 0;
}

.videos-main .box-video-small .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.videos-main .box-video-small .box-info-video {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.videos-main .logo-fornecedor {
    max-width: 50%;
}

.banner-fornecedor {
    background-size:cover;
    background-repeat:no-repeat;
    width:350px;
    height:350px;
    margin-left:-20px;
    margin-bottom:-20px;
}