diff --git src/wp-content/themes/twentyseventeen/style.css src/wp-content/themes/twentyseventeen/style.css
index f69f53e..7076cf1 100644
|
|
|
body:not(.title-tagline-hidden) .site-branding-text {
|
| 1696 | 1696 | .has-header-video .custom-header-media video, |
| 1697 | 1697 | .has-header-video .custom-header-media iframe { |
| 1698 | 1698 | height: 100%; |
| 1699 | | left: 0; |
| 1700 | 1699 | -o-object-fit: cover; |
| 1701 | 1700 | object-fit: cover; |
| 1702 | | top: 0; |
| 1703 | | -ms-transform: none; |
| 1704 | | -moz-transform: none; |
| 1705 | | -webkit-transform: none; |
| 1706 | | transform: none; |
| 1707 | 1701 | width: 100%; |
| 1708 | 1702 | } |
| 1709 | 1703 | } |