@charset "UTF-8";
/* CSS Document */

body {
    padding: 0;
    margin: 0;
}

.thumb {margin: 10px;}

@media only screen and (min-width: 480px) {
    /* For tablets: */
	.thumb {width: 360px; height:202px;}


}
@media only screen and (min-width: 768px) {
    /* For desktop: */
	.thumb {width: 720px; height:405px;}

	
@media only screen and (max-width: 320px) {
  /* For mobile phones: */
	.thumb {width: 240px; height:135px;}
