/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

.videoWrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
}


/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */
.videoWrapper {
        margin-bottom: -15%;
}

.videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 15%;
	right: 15%;
        width: 70%;
        height: 70%;
}


}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

.videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
	padding: 0% !important;
}


}


/*Calabria*/
.videoWrapperCalabria {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
}


/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */
.videoWrapperCalabria {
        margin-bottom: -15%;
}

.videoWrapperCalabria iframe {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
}


}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

.videoWrapperCalabria iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
	padding: 0% !important;
}


}
