|
@@ -2610,12 +2610,22 @@ export default {
|
|
|
|
|
|
@media (max-width: 1200px) {
|
|
|
#station-outer-container {
|
|
|
- max-width: 1200px;
|
|
|
+ max-width: 900px;
|
|
|
padding: 0;
|
|
|
|
|
|
#station-inner-container {
|
|
|
flex-direction: column-reverse;
|
|
|
flex-wrap: nowrap;
|
|
|
+
|
|
|
+ .player-container {
|
|
|
+ #video-container {
|
|
|
+ position: relative;
|
|
|
+ padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
|
|
|
+ height: 0;
|
|
|
+ overflow: hidden;
|
|
|
+ width: unset;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|