@media screen and (max-width: 1400px){

}
@media screen and (max-width: 1200px){

}
@media screen and (max-width: 992px){
	#layoutscene .simpli_item img {
	  width: calc(50% - 20px);
	}

}
@media screen and (max-width: 768px){
	body{
		font-size: 18px;
	}
	h1{
	  font-size:28px;
	}
	i{
		font-size: 16px;
	}
	.hometxt, #btn_nav,#layoutscene .simpli_item, #layoutmovie h1, #layoutcontact #cnt{
		padding-left: 15px;
		padding-right: 15px;
	}
	#btn_nav{
		margin-right: 15px;
	}
	#logo {
	  margin-left: -6px;
	}
	.teamitem{
		padding:0 !important;
	}
	.video-container {
		width: calc(100% - 30px);
		margin: 0 15px;
	}
}
@media screen and (max-width: 576px){
	#layoutscene .simpli_item img {
	  width: calc(100% - 20px);
		filter: none;
	}
	.formwrapper{
		padding: 0;
	}
	.mobnav{
		width: 100%;
	}

	#cookie_wrapper{
        top: inherit;
        bottom:0px;
        width:100%;
        padding:20px;
        z-index: 100000;
    }
}
