No edit summary |
No edit summary |
||
| Line 24: | Line 24: | ||
.ocp-banner-text-container { | .ocp-banner-text-container { | ||
position: | position: absolute; | ||
z-index: 1000; | z-index: 1000; | ||
color: white; | color: white; | ||
text-align: center; | text-align: center; | ||
max-width: 520px; | max-width: 520px; | ||
top:0; | |||
right:0; | |||
} | } | ||
| Line 43: | Line 45: | ||
font-weight: 300; | font-weight: 300; | ||
max-width: 500px; | max-width: 500px; | ||
color:black | |||
} | } | ||
</style> | </style> | ||
Revision as of 09:31, 30 June 2023
<style>
.ocp-banner-section {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
overflow: hidden;
margin-top: -30px;
min-height:600px
}
.ocp-banner-section video {
position: absolute;
left: 50%;
top: 60%;
transform: translate(-50%, -60%);
min-width: 100%;
min-height: 100%;
filter:opacity(60%);
}
.ocp-banner-text-container {
position: absolute;
z-index: 1000;
color: white;
text-align: center;
max-width: 520px;
top:0;
right:0;
}
.ocp-banner-title {
font-size: 3rem;
font-weight: 300;
right:10px;
top:10px;
color:white;
}
.ocp-banner-subtitle {
font-size: 1.5rem;
font-weight: 300;
max-width: 500px;
color:black
}
</style>