/*//////////////////////////--- VIDEO ---//////////////////////////*/
h2.titVideo {font-weight:normal; text-align:center; text-transform:uppercase; border-bottom:#8f9e02 1px solid; color:#8f9e02;}
.section_video .btn-goTo {width:25%; height:40px; line-height:40px; display:block; margin:0 auto;}
.previewVideoHome-rr {width:100%; float:left;}
.previewVideoHome-rr .card-item  {height:350px; padding:1%; float:left;}
.previewVideoHome-rr .card-item iframe {width:100%; height:250px;}
.previewVideoHome-rr .card-item h3 {font-size:0.9em}

/*Ultimo aggiornamento 15/02/2017*/
/* ----------------------- MINI-SMARTPHONE ------------------*/
@media screen and (min-width: 0px) and (max-width: 460px) {
h2.titVideo {padding:10px; margin-bottom:20px; font-size:1.8em;}
.previewVideoHome-rr .card-item {width:94%; margin-left:3%; margin-top:5%;}
}

/* ----------------------- SMARTPHONE ------------------*/
@media screen and (min-width: 461px) and (max-width: 768px) {
h2.titVideo {padding:10px; margin-bottom:20px; font-size:1.8em;}
.previewVideoHome-rr .card-item {width:94%; margin-left:3%; margin-top:5%;}
}

/* ----------------------- IPAD PORTRAIT ------------------*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
h2.titVideo {padding:10px; margin-bottom:20px; font-size:1.8em;}
.previewVideoHome-rr .card-item {width:65.66%;}
}

/* ----------------------- IPAD LANDSCAPE + NETBOOK ------------------*/
@media only screen and (min-width: 1025px){
h2.titVideo {padding:10px; margin-bottom:20px; font-size:1.8em;}
.previewVideoHome-rr .card-item {width:65.66%;}
}

/* ----------------------- DESKTOP ------------------*/
@media only screen and (min-width: 1200px){
.previewVideoHome-rr .card-item {width:31%; margin:1%;}
}