.text-brandheadertext {
    color: white;
    font-family: 'Poppins', sans-serif;
}

img, video {
    max-width: 20%;
    height: auto;
}

@media screen and (max-width: 768px) {
    img, video {
        max-width: 50%;
    }
}