/*---------PROPERTY VIDEOBOX PAGE----------*/
#wrap_copertina{
	position: relative;
	width: 100%;
	background-image: url(/img/info-videobox/televisore.png); 
	background-position: top; 
	background-repeat: no-repeat; 
	background-size: 1920px;
}
.forgr_img{
	width: 100%;
	position: relative;
	z-index: 3;
	opacity: 0;
}
@media screen and (max-width: 1017px){
	.video{
		/*width: calc(100% - 94px);*/
		width: 88%;
		top: 10%;
		left: 50%;
		transform: translate(-50%, 0);
		position: absolute;
		z-index: 5;
	}
}
@media screen and (min-width: 1018px){
	.video{
		width: 800px;
		max-width: 100%;
		top: 51px;
		left: 50%;
		transform: translate(-50%, 0);
		position: absolute;
		z-index: 5;
	}
}
.video img{
	width: 100%;
}
.wrap_info{
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;
}
.wrap_info h2{
	text-align: center;
}
.presentation_text{
	text-align: justify;
}
.gen_block{
	width: 800px;
	max-width: 100%;
	text-align: justify;
	display: flex;
	align-items: center;
}
.gen_block div{
	padding: 20px;	
}
.gen_block img{
	width: 100%;
}
.video_menu{
	width: 100%;
}
.wrap_block2{
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: center;
}
.info_content{
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.info_content a{
	color: inherit;
}

#wrap_info_videobox h1, #wrap_info_videobox h2, #wrap_info_videobox h3{
	color: #0b435f;
	text-align: center;
}
#wrap_info_videobox h3{
	font-size: 1.5em;
}
@media screen and (max-width: 500px){
	#wrap_video_menu{
		padding: 17px; 
		background-image: url(/img/info-videobox/tv-trasp.png); 
		background-size: cover;
	}
}
@media screen and (min-width: 501px){
	#wrap_video_menu{
		padding: 35px; 
		background-image: url(/img/info-videobox/tv-trasp.png); 
		background-size: cover;
	}
}
#wrap_video_menu img{
	width: 100%;
}
.gallery{
	text-align: center;
}
.gallery a{
	text-decoration: none;
}
.gallery img{
	width: 400px;
	max-width: 100%;
}
/*---------END PROPERTY VIDEOBOX PAGE----------*/
