@media (max-width:900px) {

	#fd-form-654cfcae0f4f4657fa9ac6f5 > div > div.ff-654cfcae0f4f4657fa9ac6f5__container > div.ff-654cfcae0f4f4657fa9ac6f5__wrapper > div.ff-654cfcae0f4f4657fa9ac6f5__right > form > div.ff-654cfcae0f4f4657fa9ac6f5__title > div > div:nth-child(1) {
		display: none !important;
	}

	[data-ff-el="root"].ff-654cfcae0f4f4657fa9ac6f5 .ff-654cfcae0f4f4657fa9ac6f5__title * {
		font-size: 18px !important;
	}

	#fd-form-654cfcae0f4f4657fa9ac6f5 > div > div.ff-654cfcae0f4f4657fa9ac6f5__container > div.ff-654cfcae0f4f4657fa9ac6f5__wrapper > div.ff-654cfcae0f4f4657fa9ac6f5__right > form > div.ff-654cfcae0f4f4657fa9ac6f5__title > div > div:nth-child(3) > span > strong {
		font-size: 16px !important;
	}

	.popup.show {
		width: 70% !important;
		padding: 20px !important;
		box-sizing: border-box;
		color: black !important;
	}

	.popup .close {
	display: block;
		text-align: right;
		padding-bottom: 10px;
}

	.site-main {
    margin-top: 30px;
}

	header.site-header {
		min-height: 450px;
	}

	.page-take-action section div {
		    margin: 0 auto 30px;
	}

	.header {
		bottom: calc(100vh - 470px);
	}

    button, .wp-block-button__link {
        padding: 10px;
        font-size: 24px;
    }

    h1 {
        font-size: 50px;
    }

    video {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }

    .hero {
        min-height: unset;
    }

    .laurels img {
        max-height: 7vh;
    }

    .linetwo {
        left: 0;
    }

    .action div:first-of-type {
        margin-top: 0;
    }

    #footer-menu {
        flex-direction: column;
        gap: 10px;
        align-items: center;
        /* padding: 30px 0; */
    }

    .site-info {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    .hero iframe {
        width: 80vw;
        height: 50vw;
        margin-top: 80px;
    }

    .lineone {
        z-index: -1;
        top: 0vh;
        display: none;
    }

    /* THE FILM */

    .screenings > div, .showings > div {
        line-height: 1.3;
        font-size: 20px;
        padding: 20px;
    }

    .team {
        padding: 30px;
        justify-content: center;
        gap: 30px;
        background: linear-gradient(180deg, #000 0%, #E3CDBC 35.44%);
    }

    .team div {
        max-width: calc(50% - 30px);
    }

    .showings > div > div {
        max-width: 70% !important;
    }

    .showings > div > span.btb > a > button {
        display: block !important;
    }

    .screenings > div {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }

    .screenings > div > span {
        text-align: center;
    }

    .screenings > div > a {
        text-align: center;
        max-width: 100%;
    }

    .screenings > div > span.btb > a > button, .showings > div > span.btb > a > button {
        position: relative;
        right: unset;
        transform: unset;
        top: unset;
        margin-top: 10px;
    }

}

@media (max-width: 706px) {

    a.popclose {
        display: block;
    }

    #fd-form-654cfcae0f4f4657fa9ac6f5 button {
        font-size: 12px;
    }

    .e_c {
        padding: 30px;
    }

    .team h2 {
        padding: 0;
    }

    .team div {
        max-width: 100%;
    }

    #fd-form-654cfcae0f4f4657fa9ac6f5 img:first-of-type {
        display: none !important;
    }

    h1 {
        font-size: 42px;
    }

    .header {
        font-size: 18px;
        margin: 0;
        padding: 30px;
        box-sizing: border-box;
    }

    .home button {
        font-size: 20px;
    }

    #site-navigation img {
        display: none;
    }

    #site-navigation {
        top: 120px;
    }

    #primary-menu {
        padding: 10px;
        font-size: 18px;
    }

    .privacy-policy .content {
        max-width: 100%;
    }

    .about,
    .action div {
        font-size: 16px;
    }

    .linetwo {
        top: 80%;
        max-width: 80vw;
        z-index: 2;
        max-width: 60vw !important;
    }

    .linefour {
        transform: translateY(-10%);
        max-width: 35vw !important;
    }

    .laurels {
        gap: 15px;
    }

    .laurels img {
        max-height: 6vh;
    }

    .feature img {
        max-width: 70%;
    }
}