/*	Generic style for all section
	#######################################################################################	*/
.rv-custom-video {
  width: 640px;
  height: auto; }

.rv-custom-audio {
  width: 580px; }

/*	BEGIN Media Query for generic style	###################################################	*/
/*	1 COLONNA px:320	------------------------------------------------------------------	*/
@media only screen and (min-width: 100px) and (max-width: 640px) {
  .rv-custom-video {
    width: 320px;
    height: auto; }

  .rv-custom-audio {
    width: 260px; } }
/*	2 COLONNA px:640	------------------------------------------------------------------	*/
/*	3 COLONNA px:980	------------------------------------------------------------------	*/
/*	END Media Query for generic style	###################################################	*/

