Skip to content

Instantly share code, notes, and snippets.

@raylinmarie
Created March 28, 2014 03:25
Show Gist options
  • Save raylinmarie/9824658 to your computer and use it in GitHub Desktop.
Save raylinmarie/9824658 to your computer and use it in GitHub Desktop.
.model-container-wrapper{
width: 100%;
display: inline-block;
position: relative;
cursor: pointer;
&:after{
padding-top: 56.25%; /*16:9 ratio*/
display: block;
content: '';
}
.model-container{
position: absolute;
top:0;
bottom: 0;
left: 0;
right: 0;
background-color: @gray-darker;
background-image:url('../img/portola_valley.png');
background-size: cover;
.model-message-container{
display: block;
height: 100%;
.model-message-content{
position: relative;
top: 35%;
&.model-launch{
color: rgba(255,255,255,1);
text-shadow: 2px 2px 2px rgba(0, 0, 0, .95);
.transitions;
font-size: 24px;
opacity: .9;
.uppercase;
font-weight: @font-weight-base;
.icon{
font-size: 2.6em;
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment