#production {
	padding:35px 0px;
	padding-top:0px;
}
#production .head {
	font-size: 36px;
    line-height: 46px;
    color: var(--textColor);
    font-weight: 700;
    margin-bottom: 35px;
    text-align: center;
}
#production .head article {
	color: var(--textColor);
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    opacity: .8;
    width: 60%;
    display:table;
    margin:auto;
}
#production .item {
	margin-bottom:25px;
}
#production .item .box {
	aspect-ratio: 1/1;
    background-color: whitesmoke;
    align-items: center;
    display: flex;
}
#production .item .box img {
	border-radius: 7px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .8;
    transition: .2s;
}
#production .item .box:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}
#production .videoContent {
	width: 90%;
	border-bottom-left-radius: 100%;
	border-bottom-right-radius: 100%;
	border-top-left-radius: 35px;
	border-top-right-radius: 35px;
	overflow: hidden;
	height:45vh;
	margin:auto;
	margin-bottom:45px;
}
#production .videoContent video {
	margin-top:-15%;
}




#production .gallery {}
#production .gallery .galleryList {
	-moz-column-width: 25em !important;
    -webkit-column-width: 25em !important;
    -moz-column-gap: .5em !important;
    -webkit-column-gap: .5em !important;
}
#production .gallery .galleryList .item {
	display: inline-block !important;
    width: 100% !important;
    margin-bottom:.5em !important;
}
#production .gallery .galleryList .item a,
#production .gallery .galleryList .item img {
    width: 100% !important;
}
#production .gallery .galleryList .item img {
	-webkit-filter: grayscale(80%);
    filter: grayscale(80%);
}
#production .gallery .galleryList .item img:hover {
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

@media screen and (max-width:992px) {
	#production .videoContent {
		height:15vh;
		margin:auto;
		margin-bottom:35px;
	}
	#production .videoContent video {
		margin-top:-10%;
	}
	#production .head {
		zoom:80%;
	}
	#production .head article {
		width: 100%;
	}
	#production .item {
	    margin-bottom:15px;
	}
}

@media screen and (max-width:992px) {
	footer .bottom {
		margin-top:0px !important;
	}
	#production .head {
		zoom:80%;
	}
	#production .head article {
		width: 100%;
	}
	#production .item {
	    margin-bottom:0px;
	    padding:5px;
	}
	#production .item .box img {
		padding:0px;
	}
}


