body div#content { float:none; width:auto;}
#film { padding:0px 15px; text-align:center; }
#videoClip{ text-align: center;}
#videoClip iframe{ width:640px; height:480px; }
#film h3, #videoClip h3{background:#; color:#FFF;text-align:center; padding: 5px 0;}

#film iframe { float:left; width:640px; height:480px; }
#film div {height:480px;}

#film_comentarios li { text-align:justify; padding:5px; }

#film_comentarios li:nth-child(even) {}
#film_comentarios li:nth-child(odd) { background-color:#DDD; }

#new-comment {
	width: 580px;
	padding: 20px;
	/*background: #ecebde;
	box-shadow: 0px 3px 8px -4px #000;*/
	border-radius: 8px;
}
#new-comment .form-control {width:85%;}
#new-comment .asterisco {vertical-align:top; color:#f00; font-size:22px;}


@media (max-width: 1000px) {
    #film iframe {width: 100%; height: auto; margin-bottom: 1em;}
    #film div {margin: auto; width: 100%; height: auto;}
    #new-comment {width: 100%}

    div#videoClip iframe.youtube-player {width: 100%; height: auto;}

    div#beforeafter-container {width: 100%;}
    div#beforeafter-container div#beforeafter {width: 100% !important;}
    div#beforeafter-container div#beforeafter div.ui-draggable {left: 50% !important;}
}
