.home-video {
    justify-content: center;
    margin-bottom: 5%;
    width: 100%;
    max-width: 100%;
}

.home-video iframe {
    width: 100%;
}
.home-video-thumbnail {
    display: block;
    margin: 20px auto;
    max-width: 900px;
    width: 100%;
    height: auto;
}

.mobile-only-form{
    display: none;
}

@media(max-width: 666px){
.mobile-only-form{
    display: inline;
}
}