#trailer {
    overflow: hidden;
}

#trailer-video {
    object-fit: cover;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
    z-index: -2;
}

#video-softener {
    background: linear-gradient(
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5));
    z-index: -1;
    position: fixed;
    height: 100%;
    width: 100%;
}

#trailer #gofundme {
    top: 80vh;
    left: 35vw;
    transform: rotate(5deg);
}

@media only screen and (min-width: 560px) {
    iframe {
        width: 560px;
        height: 315px;
    }
}