/*
 Theme Name:   Grafik Child
 Theme URI:    https://grafik.agency
 Description:  Default Grafik child theme
 Author:       Grafik
 Author URI:   https://grafik.agency
 Template:     generatepress
 Version:      0.1
*/

:root {
	--black: #000;
}


.video-logo-left {
    position: absolute;
    bottom: 25px;
    left: 20px;
}

.video-logo-right {
    position: absolute;
    top: 25px;
    right: 20px;
}

.team-carousel p a {
    color: var(--base);
    font-weight: 500;
}

@media (max-width: 767px) {
    .video-logo-left, .video-logo-right {
        width: 100px;
    }
}