ga('create', 'UA-82634666-2', 'auto');
ga('send', 'pageview');
</script>
+
+<script type="text/javascript" defer="defer" src="https://extend.vimeocdn.com/ga/72160148.js"></script>
.intro-content
margin-left: auto
margin-right: auto
- max-width: 440px
+ max-width: 640px
.intro-title
font-weight: $weight-normal
.intro-shadow
+overlay
+ background-color: #43647b
+ background-image: url("/images/index/vimeo-placeholder.jpg")
+ background-position: center center
+ background-repeat: no-repeat
+ background-size: cover
box-shadow: 0 1.5rem 3rem rgba(#000, 0.2)
animation-name: introShadow
+touch
.intro-column.is-video,
.intro-carbon
- margin-top: 1.5rem
+ margin-top: 3rem
+desktop
.intro-columns
margin-right: 1.5rem
&.is-video
margin-left: 1.5rem
+ .intro-content
+ max-width: 440px
.intro-title
margin-top: -11px
&:not(:last-child)
.intro-content {
margin-left: auto;
margin-right: auto;
- max-width: 440px;
+ max-width: 640px;
}
.intro-title {
position: absolute;
right: 0;
top: 0;
+ background-color: #43647b;
+ background-image: url("/images/index/vimeo-placeholder.jpg");
+ background-position: center center;
+ background-repeat: no-repeat;
+ background-size: cover;
box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.2);
animation-name: introShadow;
}
@media screen and (max-width: 1023px) {
.intro-column.is-video,
.intro-carbon {
- margin-top: 1.5rem;
+ margin-top: 3rem;
}
}
.intro-column.is-video {
margin-left: 1.5rem;
}
+ .intro-content {
+ max-width: 440px;
+ }
.intro-title {
margin-top: -11px;
}