.hero{
	
    height: 100%;
    width: 100%;
}


.PicVallas
{
	background: url(../images/Vallas.jpg) 50% 50% no-repeat  ;
	background-size:cover !important;
}


	
	
	
	.PicCamiones
	{
		background: url(../images/Camiones.jpg) 50% 50% no-repeat   ;
		background-size:cover !important;
	}
	
	.PicRadio
{
	background: url(../images/radio.jpg) 50% 50% no-repeat  ;
	background-size:cover !important;
}

.PicGarrafones
{
	background: url(../images/Garafones.jpg) 50% 50% no-repeat  ;
	background-size:cover !important;
}
	
	
	
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait)  {
	
	
	.PicGarrafones
	{
		background: url(../images/GarafonesIPadV.jpg) 50% 50% no-repeat , #dcd7d7  ;
		background-size:contain !important;
	}
	
	.PicCamiones
	{
		background: url(../images/CamionesIpadV.jpg) 50% 50% no-repeat   ;
		background-size:cover !important;
	}
	
	.PicVallas
	{
		background: url(../images/Vallas.jpg) 75% 50% no-repeat  ;
		background-size:cover !important;
	}
	
	.PicRadio
	{
		background: url(../images/radio.jpg) 5% 50% no-repeat  ;
		background-size:cover !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 767px)   {
	.PicVallas
	{
		background: url(../images/Vallas.jpg) 58% 50% no-repeat  ;
		background-size:cover !important;
	}
	
	.PicRadio
	{
		background: url(../images/radio.jpg) 12% 50% no-repeat  ;
		background-size:cover !important;
	}
	
	.PicGarrafones
	{
		background: url(../images/GarafonesIPadV.jpg) 50% 50% no-repeat , #dcd7d7  ;
		background-size:contain !important;
	}
	
		
}








