/*
 Theme Name:   GGSolutions.pl Child
 Theme URI:    https://ggsolutions.pl
 Description:  Default GGSolutions.pl child theme
 Author:       GGSolutions.pl
 Author URI:   https://ggsolutions.pl
 Template:     ggsolutions.pl
 Version:      1.0
*/


.background-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
		z-index: 1;
}

.background-video-content {
    position: relative;
    z-index: 2;
		display: flex;
    flex-direction: column;
}

video[poster] {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.ph {
    position: relative;
    overflow: hidden;
}

.ph:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	background: rgb(0,0,0);
background: -moz-linear-gradient(58deg, rgba(0,0,0,0.6362920168067228) 40%, rgba(0,0,0,0.1741071428571429) 100%);
background: -webkit-linear-gradient(58deg, rgba(0,0,0,0.6362920168067228) 40%, rgba(0,0,0,0.1741071428571429) 100%);
background: linear-gradient(58deg, rgba(0,0,0,0.6362920168067228) 40%, rgba(0,0,0,0.1741071428571429) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    z-index: 1;
}
