flowerpower

This commit is contained in:
mynah
2018-08-14 02:33:30 -05:00
parent b05388ac29
commit a43ea3e778
9 changed files with 120 additions and 15 deletions

View File

@@ -4,6 +4,7 @@ body{
background-size:cover;
background-image:url("grulla_21.jpg");
background-position: right top;
}
section.header{
@@ -44,12 +45,14 @@ section.vid{
justify-content: center;
-webkit-justify-content: center;
background-color: rgba(0,0,0,0.85);
padding: calc(10% + 30px) 0px;
padding: calc(1% + 5px) 0px;
width:100%;
height:90vh;
max-height:800px;
}
div.flowplayer{
background-image:url("noise.jpg");
}
.flowplayer.is-ready:not(.is-poster){
background-color: rgba(0,0,0,0.4) !important;
}