|
|
|
@ -1258,8 +1258,8 @@ svg circle{ |
|
|
|
} |
|
|
|
} |
|
|
|
.mejs__overlay-button { |
|
|
|
.mejs__overlay-button { |
|
|
|
position: absolute; |
|
|
|
position: absolute; |
|
|
|
top: 40%; |
|
|
|
top: 50%; |
|
|
|
left: 45%; |
|
|
|
left: 50%; |
|
|
|
width: 200px; |
|
|
|
width: 200px; |
|
|
|
height: 200px; |
|
|
|
height: 200px; |
|
|
|
margin: -50px 0 0 -50px; |
|
|
|
margin: -50px 0 0 -50px; |
|
|
|
@ -1271,6 +1271,9 @@ svg circle{ |
|
|
|
.mejs__container.mejs__video{ |
|
|
|
.mejs__container.mejs__video{ |
|
|
|
margin: 20px auto; |
|
|
|
margin: 20px auto; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.exercise_description .mejs__container.mejs__video { |
|
|
|
|
|
|
|
margin: inherit; |
|
|
|
|
|
|
|
} |
|
|
|
#home-welcome{ |
|
|
|
#home-welcome{ |
|
|
|
line-height: 20px; |
|
|
|
line-height: 20px; |
|
|
|
} |
|
|
|
} |
|
|
|
|