2016-02-21 22:09:59 +01:00
|
|
|
body {
|
|
|
|
display: flex;
|
|
|
|
min-height: 100vh;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
main {
|
|
|
|
flex: 1 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.parallax-container {
|
2016-02-22 14:11:36 +01:00
|
|
|
height: 800px;
|
2016-02-21 22:09:59 +01:00
|
|
|
min-height: 250px;
|
|
|
|
margin-bottom: 20px;
|
2016-02-22 14:11:36 +01:00
|
|
|
background-color: rgba(0, 0, 0, .4);
|
2016-02-21 22:09:59 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.parallax-container h1 {
|
|
|
|
font-weight: 600;
|
|
|
|
font-size: 5.5vw;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
.parallax-container h2 {
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: italic;
|
|
|
|
font-size: 2.2vw;
|
|
|
|
}
|
|
|
|
|
|
|
|
.parallax-tittle {
|
|
|
|
text-align: center;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2016-02-26 19:52:14 +01:00
|
|
|
|
|
|
|
.caption {
|
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.caption__media {
|
|
|
|
display: block;
|
|
|
|
min-width: 100%;
|
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.caption__overlay {
|
|
|
|
background-color: rgba(0, 0, 0, .4);
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
color: white;
|
|
|
|
transform: translateY(101%);
|
|
|
|
transition: transform .35s ease-out;
|
|
|
|
}
|
|
|
|
|
|
|
|
.caption:hover .caption__overlay {
|
|
|
|
transform: translateY(0);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.caption .card-panel {
|
|
|
|
margin: 0;
|
|
|
|
padding: 1px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2016-03-30 13:32:07 +02:00
|
|
|
|
|
|
|
.bordered-picture img {
|
|
|
|
height: 77%;
|
|
|
|
width: 77%;
|
|
|
|
margin-left: 11.5%;
|
|
|
|
margin-right: 11.5%;
|
|
|
|
}
|
|
|
|
|
2016-04-01 19:40:28 +02:00
|
|
|
.bordered-picture .caption__overlay {
|
|
|
|
margin-left: 11.5%;
|
|
|
|
margin-right: 11.5%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pictures-line {
|
|
|
|
min-width: 77%;
|
|
|
|
width: 77%;
|
|
|
|
margin-left: 11.5%;
|
|
|
|
margin-right: 11.5%;
|
|
|
|
display: flex;
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pictures-line .picture img {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.small-card {
|
|
|
|
height: 400px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.chip .tag {
|
|
|
|
position: absolute;
|
|
|
|
left: -3px;
|
|
|
|
font-size: 22px;
|
|
|
|
line-height: 34px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.image {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card-action .right {
|
|
|
|
margin-top: -5px;
|
|
|
|
}
|
2016-04-09 09:33:48 +02:00
|
|
|
|
|
|
|
.author {
|
|
|
|
padding-top: 7em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fixed-action-btn.horizontal ul {
|
|
|
|
top: 22%;
|
|
|
|
}
|
2016-04-13 11:45:26 +02:00
|
|
|
|
|
|
|
.card .card-image .card-title {
|
|
|
|
background-color: rgba(0, 0, 0, 0.3);
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
2016-04-29 12:40:34 +02:00
|
|
|
|
2016-04-30 10:24:37 +02:00
|
|
|
.bordered-picture video,
|
2016-04-29 12:40:34 +02:00
|
|
|
.picture video {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
z-index: 2;
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2016-04-30 10:24:37 +02:00
|
|
|
.bordered-picture video {
|
|
|
|
width: 77%;
|
|
|
|
margin-left: 11.5%;
|
|
|
|
margin-right: 11.5%;
|
|
|
|
}
|
|
|
|
|
2016-04-29 12:40:34 +02:00
|
|
|
div#bg-section {
|
|
|
|
padding: 1px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pictures-group .row {
|
|
|
|
margin-top: 20px
|
|
|
|
}
|
2016-05-02 09:52:10 +02:00
|
|
|
|
2016-05-06 14:16:43 +02:00
|
|
|
video.fillWidth {
|
2016-05-02 09:52:10 +02:00
|
|
|
position: absolute;
|
|
|
|
z-index: 0;
|
|
|
|
bottom: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|