#bgvideo1, #bgvideo2 {
    position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
   object-fit: cover;
padding: 25px 0;
}
.style1 {
    background-image: url("../assets/images/powder-coating-services.jpg.jpg");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}