/* STYLES - SHORT FILMS */



/* Title */

.title {
    width: calc(100% - 30px);
    margin: 35px 15px 10px;
    text-align: center;
}
.sub {
    width: calc(100% - 30px);
    margin: 10px 15px 35px;
    text-align: center;
}



/* Embed */

.box-video-container {
    max-width: 1200px;
    margin: auto;
    z-index: 20 !important;
}
.box-video {
    display: block;
    position: relative;
    width: calc(100% - 30px);
    margin: 0 1em; /* 15px */
    cursor: pointer;
    overflow: hidden;
}
.box-video-img {
    width: 100%;
}
.video-container {
	position: relative;
	width: 100%;
	height: 0;
    margin: 0;
    z-index: 1;
	padding-top: 56.25%;
	display: block;
}
.video-container-2by1 {
	position: relative;
	width: 100%;
	height: 0;
    margin: 0;
    z-index: 1;
	padding-top: 50%;
	display: block;
}
.video-container-4by3 {
	position: relative;
	width: 100%;
	height: 0;
    margin: 0;
    z-index: 1;
	padding-top: 75%;
	display: block;
}
.video-container-2_35by1 {
	position: relative;
	width: 100%;
	height: 0;
    margin: 0;
    z-index: 1;
	padding-top: 42.55319%;
	display: block;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20 !important;
}
.video-container-2by1 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20 !important;
}
.video-container-4by3 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20 !important;
}
.video-container-2_35by1 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20 !important;
}
.bg-video-flex-container-2 {
    width: 100%;
    display: flex;
    position: absolute;
    justify-content: center;
    z-index: 21;
}
.video-2 {
    margin-top: 45px;
}




/* About */

.about-div {
    max-width: 1000px;
    margin: auto;
    padding: 25px;
}
.about-div h3 {
    margin: 45px 0 20px;
}




#gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.img {
    width: 100%;
}
@media only screen and (min-width: 700px) {
    .gallery-img-container {
        width: calc(33.33% - 1.333333em /* 20px */);
        margin-left: 1em; /* 15px */
        margin-top: 1em; /* 15px */
    }
}
@media only screen and (max-width: 700px) {
    .gallery-img-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: calc(50% - 1.4063em /* 22.5px */);
        margin-left: 1em; /* 15px */
        margin-bottom: 1em; /* 15px */
    }
}