+ line-height: 150%;
+}
+
+footer {
+bottom:0px;
+margin-top:50px;
+}
+
+@media (max-device-width:320px) and (orientation:portrait) {
+ html {-webkit-text-size-adjust:80%}
+
+ h1{
+ display: block;
+ width:90%;
+ text-align: justify;
+ margin:auto;
+ letter-spacing: 1px;
+ line-height: 200%
+ }
+
+ video {
+ width: 300px;
+ height: 169px;
+ }
+
+ footer {
+ bottom:20px;
+ margin-top:50px;
+ }
+}
+
+@media (max-device-width:768px) and (orientation:landscape) {
+ html {-webkit-text-size-adjust:80%}
+ h1{
+
+ display: block;
+ width:90%;
+ text-align: justify;
+ margin:auto;
+ letter-spacing: 1px;
+ line-height: 200%
+ }
+
+ video {
+ width: 400px;
+ height: 225px;
+ }
+
+ footer {
+ bottom:20px;
+ margin-top:50px;
+ }
+}
+
+
+
+@media only screen
+and (min-device-width : 768px)
+and (max-device-width : 1024px)
+and (orientation : portrait)
+and (-webkit-min-device-pixel-ratio: 1) {
+ html {-webkit-text-size-adjust:80%}
+
+ h1{
+ display: block;
+ width:90%;
+ text-align: justify;
+ margin:auto;
+ letter-spacing: 1px;
+ line-height: 200%
+ }
+
+ video {
+ width: 640px;
+ height: 360px;
+ }
+
+ footer {
+ bottom:40px;
+ margin-top:50px;
+ }
+}
+
+@media only screen
+and (min-device-width : 768px)
+and (max-device-width : 1024px)
+and (orientation : landscape)
+and (-webkit-min-device-pixel-ratio: 1) {
+ html {-webkit-text-size-adjust:80%}
+
+ h1{
+ display: block;
+ width:90%;
+ text-align: justify;
+ margin:auto;
+ letter-spacing: 1px;
+ line-height: 200%
+ }
+
+ video {
+ width: 640px;
+ height: 360px;
+ }
+
+ footer {
+ bottom:40px;
+ margin-top:50px;
+ }
+}
+
+
+
+
+
+
+