|
|
@ -17,6 +17,18 @@
|
|
|
|
border-bottom-color: #ff3000;
|
|
|
|
border-bottom-color: #ff3000;
|
|
|
|
background: linear-gradient(to bottom, #000 0, #ff3000 100%);
|
|
|
|
background: linear-gradient(to bottom, #000 0, #ff3000 100%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.fullscreen-video {
|
|
|
|
|
|
|
|
position: fixed;
|
|
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
top: 50%;
|
|
|
|
|
|
|
|
left: 50%;
|
|
|
|
|
|
|
|
min-width: 100%;
|
|
|
|
|
|
|
|
min-height: 100%;
|
|
|
|
|
|
|
|
width: auto;
|
|
|
|
|
|
|
|
height: auto;
|
|
|
|
|
|
|
|
transform: translateX(-50%) translateY(-50%);
|
|
|
|
|
|
|
|
z-index: -10;
|
|
|
|
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|
<div id='wrapper'></div>
|
|
|
|
<div id='wrapper'></div>
|
|
|
|
<a href='../' id='homebttn' class='ext'> << home</a>
|
|
|
|
<a href='../' id='homebttn' class='ext'> << home</a>
|
|
|
@ -43,6 +55,9 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</header>
|
|
|
|
</header>
|
|
|
|
<section id='main'>
|
|
|
|
<section id='main'>
|
|
|
|
|
|
|
|
<video class="fullscreen-video" id="myVideo" autoplay="autoplay" muted loop>
|
|
|
|
|
|
|
|
<source src="img/bg.mp4">
|
|
|
|
|
|
|
|
</video>
|
|
|
|
<div id="galleries">
|
|
|
|
<div id="galleries">
|
|
|
|
<div id='work'>
|
|
|
|
<div id='work'>
|
|
|
|
<h3 class='gal-title'>Work</h3>
|
|
|
|
<h3 class='gal-title'>Work</h3>
|
|
|
|