{behavior: url(csshover.htc);}

#col_vide {
 justify-content: center;
	display: grid;
	grid-template-columns: 15%;
  
}

#image-vide
	{
	position: relative;
	width: 100%;
	top: 150px;
	
	z-index: -2;
	}
#image-vide-2
	{
	position: relative;
	width: 100%;
	top: 200px;
	
	z-index: -2;
	}	
@media only screen and (max-width: 340px) and (min-width: 5px){
	
#col_vide {
 justify-content: center;
	display: grid;
	grid-template-columns: 50%;
  
}
#image-vide
	{
	position: relative;
	width: 100%;
	top: 100px;
	
	z-index: -2;
	}
	
#image-vide-2
	{
	position: relative;
	width: 100%;
	top: 125px;
	
	z-index: -2;
	}


}

@media only screen and (max-width: 680px) and (min-width: 341px){
	
#col_vide {
 justify-content: center;
	display: grid;
	grid-template-columns: 50%;
  
}
#image-vide
	{
	position: relative;
	width: 100%;
	top: 100px;
	
	z-index: -2;
	}
	
#image-vide-2
	{
	position: relative;
	width: 100%;
	top: 125px;
	
	z-index: -2;
	}


}

@media only screen and (max-width: 680px) and (min-width: 341px){
	
#col_vide {
 justify-content: center;
	display: grid;
	grid-template-columns: 30%;
  
}
#image-vide
	{
	position: relative;
	width: 100%;
	top: 100px;
	
	z-index: -2;
	}
	
#image-vide-2
	{
	position: relative;
	width: 100%;
	top: 125px;
	
	z-index: -2;
	}


}