HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URL's added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using it's URL and the proper URL extention.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by Skypack, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ES6 import
usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Projects and Works</title>
<link rel="stylesheet" href="style_newSite.css">
<link rel="stylesheet" href="responsive-nav.css">
<link rel="stylesheet" href="amble_bold_macroman/stylesheet.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="amble_regular_macroman/stylesheet.css" type="text/css" charset="utf-8" />
<link href="css/lightbox-min.css" rel="stylesheet">
<script src="responsive-nav.js"></script>
<!--goes on all responsive pages -->
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<header>
<div id="nav" role="navigation">
<ul>
<li><a href="index.html"><span class="text_02">STEVE HERMAN </span><span>|</span><span> MOTION+GRAPHICS</span></a></li>
<li><a href="home.html">HOME</a></li>
<li><a href="about.html">ABOUT</a></li>
<li><a href="featured.html">FEATURED</a></li>
<li><a href="portfolio_print.html">PORTFOLIO</a></li>
<li><a href="portfolio_video.html" id="nav_down">VIDEO</a></li>
<li><a href="resume.html">RESUME</a></li>
<li><a href="contact.html">CONTACT</a></li>
</ul>
</div>
<h1></h1>
</header>
<!--<div class="hero"></div>
-->
<div class="container">
<div class="thumbnail_video thumbnail_nav">
<h1>VIDEO <span class="text_grey">|</span> <a href="portfolio_print.html" title="Portfolio Design and Print">DESIGN</a> <span class="text_grey">|</span> <a href="portfolio_print.html" title="Portfolio Design and Print Production">PRODUCTION</a></h1>
<section class="thumbnail_section_video">
<div class="row">
<figure>
<video poster="images/poster_selfPortrait.jpg" preload="metadata" controls="controls" >
<source src="Self_Portrait.mp4" type="video/mp4">
</video>
<figcaption>Self promotional video. My worm hole/vortex facination from the 'Intro/Featured' video is evident here.</figcaption>
</figure>
<figure>
<video poster="images/poster_myWorld.jpg" preload="metadata" controls="controls" >
<source src="myWorld_preliminary.mp4" type="video/mp4">
</video>
<figcaption>An unfinished project. It started out as a simple exercise but I kept extending the scenes. The execution is poor but he story is most important to me, for now.</figcaption>
</figure>
<figure>
<video poster="images/poster_pinkElephant.jpg" preload="metadata" controls="controls" >
<source src="pinkElephant.mp4" type="video/mp4">
</video>
<figcaption>This was an extension of the previous 'elephant' exercise. I planned the concept out for several weeks. Limited to computer capability.</figcaption>
</figure>
</div>
</section>
<section class="thumbnail_section_video">
<div class="row">
<figure>
<video poster="images/poster_fuaPromo.jpg" preload="metadata" controls="controls" >
<source src="video_davidFue_FBpromo.mp4" type="video/mp4">
</video>
<figcaption>A quick fictitous video from a YouTube song. A challenge for me timing everything to the fast paced music.</figcaption>
</figure>
<figure>
<video poster="images/poster_spatacus.jpg" preload="metadata" controls="controls" >
<source src="Video_Spartacus.mp4" type="video/mp4">
</video>
<figcaption>A ficticuous video, unfinished, unedited [embarrassing] sections. Many tutorials involved. Thought I would share, though.</figcaption>
</figure>
<figure>
<video poster="images/poster_lion.jpg" preload="metadata" controls="controls" >
<source src="LionDrunk1.mp4" type="video/mp4">
</video>
<figcaption>Got carried away with the green screen but thought funny and part of my creative process. </figcaption>
</figure>
</div>
</section>
<section class="thumbnail_section_video">
<div class="row">
<figure>
<video poster="images/poster_elephantHand.jpg" preload="metadata" controls="controls" >
<source src="Elephant_Hand_01.mp4" type="video/mp4">
</video>
<figcaption>The elephant was an application from a new technique I learned. I was trying to be conceptual here with the green screen process. </figcaption>
</figure>
</figure>
<figure>
<video poster="images/poster_rock2.jpg" preload="metadata" controls="controls" >
<source src="rock2.mp4" type="video/mp4">
</video>
<figcaption>Unfinished indefinitely but figured I'd share. Something I started in my video class. [Please do not report me].</figcaption>
</figure>
<figure>
<video poster="images/poster_inTheDark.jpg" preload="metadata" controls="controls" >
<source src="InTheDark.mp4" type="video/mp4">
</video>
<figcaption>Fun class assignment for me. Incorporates my facination with scary stuff and humor. Definitely turn the sound on for this.</figcaption>
</figure>
</div>
</section>
<section class="thumbnail_section_video">
<div class="row">
<figure>
<video poster="images/poster_rock1.jpg" preload="metadata" controls="controls" >
<source src="rock1.mp4" type="video/mp4">
</video>
<figcaption>Another unfinished indefinitely video that I started in class. Only a framework of what it was but thought I would share.</figcaption>
</figure>
<!-- <figure>
<video preload="metadata" controls="controls">
<source src="LivingWithTheDemon.mp4" type="video/mp4">
</video>
<figcaption>A compelling story telling project complete with a multi layered audio track. Used drawings and evps made during that period to build empathy.</figcaption>
</figure>-->
</div>
</section>
</div>
</div>
<footer>© Copyright Steve Herman 2018. No downloads or use of material without permission</footer>
<script>
var navigation = responsiveNav("#nav"); </script>
<!--<script src="js/lightbox-plus-jquery.min.js"></script>-->
<!-- Default Statcounter code for My Portfolio Site
http://www.slhgraphics.com -->
<script type="text/javascript">
var sc_project=11719736;
var sc_invisible=0;
var sc_security="b2504865";
var scJsHost = (("https:" == document.location.protocol) ?
"https://secure." : "http://www.");
document.write("<sc"+"ript type='text/javascript' src='" +
scJsHost+
"statcounter.com/counter/counter.js'></"+"script>");
</script>
<noscript>
<div class="statcounter"><a title="Web Analytics
Made Easy - StatCounter" href="http://statcounter.com/"
target="_blank"><img class="statcounter"
src="//c.statcounter.com/11719736/0/b2504865/0/" alt="Web
Analytics Made Easy - StatCounter"></a></div>
</noscript>
<!-- End of Statcounter Code -->
</body>
</html>
/* CSS Document */
/* MOBILE FIRST */
body {
background-color: #1A1A1A;
color: white;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 100%;
margin-top: 1px;
margin-right: 1px;
margin-left: 1px;
margin-bottom: 1px;
padding: 0;
}
header {
margin-bottom: 0px;
padding-bottom: 0%;
padding-top: 0%;
color: white;
}
h1, h2 {
font-weight: normal;
padding-left: 0;
}
h1 {
border-bottom-color: black;
color: rgba(255,255,255,1.00);
font-size: 1.8em;
font-family: 'amblebold';
line-height: 0.87em;
margin-bottom: 15px;
padding: 0;
filter: drop-shadow(0 0 0.7rem #0A82D6);
}
h2 {
border-bottom-color: black;
color: rgba(96,96,96,1.00);
font-size: 1.7em;
line-height: 0.87em;
margin-bottom: 15px;
padding: 0;
}
p {
font-size: 1.15em;
line-height: 1.4em;
padding-right: 0px;
margin: 0 0 8px;
}
/*-----------------------------------*/
#bkgd_featured {
background-position: top left;
background-repeat: no-repeat;
background-size: 100%;
}
#bkgd_portfolio_video {
background-repeat: no-repeat;
background-position: top left;
background-size: 100%;
}
.about_top {
margin-top: 10px;
margin-bottom:30px;
}
.about_top h1{
margin-top: 42px;
margin-bottom:20px;
}
.caption {
color: white;
margin-bottom: 18px;
margin-top: 4px;
padding: 0;
/* width: 86%;
*/ font-size: 1.1em;
}
.contact_top {
margin-top: 1px;
margin-bottom: 20px;
}
.contact_top h1{
margin-top: 38px;
margin-bottom: 20px;
}
.container form {
margin-bottom: 8%;
margin-top: -11px;
}
.container_print {
margin-top: 57px auto;
max-width: 1200px;
min-width: 490px;
padding: 0;
width: 92%;
}
.container_landing {
max-width: 1100px;
min-width: 560px;
padding: 24px;
width: 100%;
height: 500px;
}
.container_resume {
max-width: 1200px;
min-width: 490px;
padding: 0;
width: 85%;
margin: 0 auto;
}
.content_featured {
background-color: #fff;
border-left: 0 solid rgba(7,208,230,1.00);
float: left;
margin: 50px 0 100px;
width: 69%;
}
.content_video {
margin: 0;
}
.content_video h2 {
padding: 0;
width: 75%;
}
.content_video p {
color: rgba(255,255,255,1.00);
clear: left;
margin-top: 5px;
padding: 0;
margin-left: 0;
float: left;
margin-bottom: -2px;
}
.content_video span {
float: left;
margin-bottom: 20px;
margin-right: 40px;
}
.dropcap p:first-child:first-letter {
color: rgba(0,110,178,1.00); /*#7D7D7D*/
float: left;
font-size: 4.7em; /*Fix to % */
line-height: 75px;
padding: 0 1% 0 0;
margin-bottom: 0;
}
input[type=text], select, textarea {
width: 100%;
padding: 12px;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
margin: 0px 0 4px;
resize: vertical
}
input[type=submit] {
background-color: #4CAF50;
color: white;
padding: 6px 20px;
border: none;
border-radius: 4px;
cursor: pointer;/* font-size:;
*/
}
input[type=submit]:hover {
background-color: #45a049;
}
.featured figure {
max-width: 26%;
float: left;
margin-top: 0;
margin-right: 20px;
margin-left: 0;
margin-bottom: 15px;
}
.featured figcaption {
}
.featured img {
margin-right: 15px;
max-width: 100%;
width: 100%;
}
.featured span {
margin-top: 5px;
}
.featured p {
color: white;
font-size: 1em;
margin-top: 1px;
clear: left;
margin-bottom: 24px;
max-width: 88%;
width: 85%;
}
/* BACKGROUND VIDEO*/
.fullscreen-bg {
bottom: 0;
left: 0;
overflow: hidden;
position: fixed;
right: 0;
top: 0;
z-index: -100;
}
.fullscreen-bg__video {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.height_margin {
margin-top: 41px;
margin-right: 0;
margin-left: 26px;
margin-bottom: 0;
}
.hero {
background-image: url(images/hero_meteors.jpg);
background-position: center;
max-width: 100%;
background-size: cover;
padding-bottom: 37%;
position: relative;
}
.home_top {
margin-top: 0px;
margin-bottom:20px;
}
.home_top h1{
margin-top: 20px;
margin-bottom: 20px;
}
#margin_bottom {
margin-bottom: 10px;
}
#margin_top {
margin-top: 14px;
}
.portfolio_nav a {
text-decoration: none;
color: rgba(96,96,96,1.00);
}
.portfolio_nav a:focus, .portfolio_nav:focus {
}
.portfolio_nav a:hover {
color: white;
}
.portfolio_nav a:active {
}
.portfolio_down {
color: rgba(0,150,252,1.00);
}
.responsive video {
max-width: 100%;
height: auto;
}
/*.resume {
padding: 18px 10px 25px 0;
width: 680px;
max-width: 70%;
}*/
.resume h1 {
margin-bottom: 35px;
}
/*.row {
overflow: hidden;
text-align: left;
margin: 0 0 10px;
display: block;
}*/
.sidebar {
float: left;
width: 27%;
margin-right: 3%;
}
.sidebar p {
color: #979797;
display: block;
padding-top: 0px 0 5px 8px;
padding-right: 0px;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* LANDING PAGE SKIP BUTTONS*/
.skip a {
color: rgba(1,48,112,1.00);
text-decoration: none;
}
.skip a:hover {
color: red;
}
/*TABLE STYLES*/
table {
border-spacing: 0;
margin: 0;
width: 100%;
}
/*table h1 {font-weight: normal;}
*/
table h2 {
color: #A74076;
font-family: 'ambleregular';
font-size: 116%;
margin: 0;
padding: 0;
}
th {
/* border-right: 2px solid #000;
*/ color: #898989;
color: 333;
font-family: 'ambleregular';
font-size: 1.2em;
font-weight: normal;
hyphens: auto;
padding: 0 10px 0 0;
text-align: left;
/* max-width:80px;
*/ word-break: break-all;
vertical-align: top;
}
td {
color: #C2C2C2;
/* [disabled]font-size: 100%; */
padding: 0px 0 1.1em;
}
td ul {
color: rgba(42,129,188,1.00);
list-style: none;
padding: 0;
margin-top: 0;
}
td li {
margin: 0;
padding: 0;
/* [disabled]font-size: 100%; */
}
/*END TABLE STYLES*/
/*COLORED TEXT*/
.text_01 { /*Orange*/
color: rgba(215,111,43,1.00);
letter-spacing: -.01em;
}
.text_02 { /*Blue*/
color: rgba(0,123,208,1.00);
}
/* LIGHTBOX THUMBS */
.thumbnail {
margin-top: 0;
margin-bottom: 0;
float: left;
}
.thumbnail_nav a {
text-decoration: none;
color: rgba(96,96,96,1.00);
}
/*.thumbnail_nav a:focus, .portfolio_nav:focus {
}*/
.thumbnail_nav a:hover {
color: #0174C6;
}
.thumbnail_nav a:active {
}
.thumbnail_nav h1 {
margin-bottom: 17px !important;
}
.thumbnail_down {
color: rgba(0,150,252,1.00);
}
.thumbnail_print {
float: left;
margin: 0;
max-width: 100%;
display: block;
}
.thumbnail_production {
float: left;
margin: 0;
max-width: 100%;
display: block;
}
.thumbnail_section p {
color: rgba(255,255,255,1.00);
clear: left;
margin-top: 5px;
padding: 0;
margin-left: 0;
float: left;
margin-bottom: -2px;
}
.thumbnail_section span {
float: left;
margin-bottom: 20px;
margin-right: 40px;
max-width: 40%;
width: 70%;
}
.thumbnail_section img {
/* [disabled]max-width: 100%;
*/
display: block;
max-width: 100%;
}
.thumbnail_section_video p {
font-size: 1.1em;
line-height: 1.3em;
}
.thumbnail_video {
float: left;
margin-top: 1% 5% 13px 0;
width: 100%;
max-width: 100%;
}
/*EMBEDDED YOUTUBE VIDEO RULES */
.video-container {
overflow: hidden; /*forces the parent container to always wrap around the child*/
padding-bottom: 56.25%; /*for the 16/9 aspect ratio*/
padding-top: 30px; /*for the browser chrome*/
position: relative; /*so that the iframe sits inside the container*/
}
.video-container_about {
overflow: hidden; /*forces the parent container to always wrap around the child*/
padding-bottom: 56.25%; /*for the 16/9 aspect ratio*/
padding-top: 30px; /*for the browser chrome*/
position: relative; /*so that the iframe sits inside the container*/
}
.video-container_home {margin-bottom:0;}
/* ADD THIS ID TO CLASS .video-container [ABOVE] FOR HORZ BKGD VIDEO: 1920X675 ASPECT RATIO*/
#video-1920x675 {
padding-bottom: 33%; /*for 1920x675 aspect ratio*/
}
/*USING FOR LANDING PAGE TO BRING THE VIDEO CONTAINER UP. WITHOUT IT WAS BEING PUSHED DOWN 30px PADDING */
#video-1920x720 { /*keep -- for background video */
padding-bottom: 39%; /*for 1920x675 aspect ratio*/
}
/*USING FOR LANDING PAGE TO BRING THE VIDEO CONTAINER UP. WITHOUT IT WAS BEING PUSHED DOWN 30px PADDING */
#video-1920x720_noBkgd { /*Trying for regular video, no background */
padding-bottom: 0%; /*for 1920x675 aspect ratio*/ /* padding-top: 30px;*/
padding-top: 0px;
/* background-position: center;
*/ max-width: 100%;
background-size: cover;
margin-top: 0px;/* padding-bottom: 37%;*/
}
/*USING FOR LANDING PAGE TO BRING THE VIDEO CONTAINER UP. WITHOUT IT WAS BEING PUSHED DOWN 30px PADDING */
#video_noTopPad {
padding-top: 0;
}
/* ----------MEDIA QUERIES SECTION---------- */
/* MOBILE SCREEN */
@media (min-width : 300px ){
/*h1 {
font-size: 370%; margin-top:24px;
padding: 0px 8px;*/
}
.about_top h1{
margin-top: 22px;
margin-bottom: 20px;
}
.caption {
width: 100%;
}
.container {
/* max-width: 300px;
min-width: 490px;*/
padding: 0;
width: 90%;
margin: 0 0 0 14px;
min-height: calc(100vh - 200px);
}
.content {
float: left;
max-width: 100%;
}
.featured {
/* float: left;*/
padding: 0 0 0 0px;
width: 400px;
/* margin-right: 0;
margin-left: 0;
margin-bottom: 50px;*/
max-width: 100%;/* position: relative;*/
}
.featured figure {
max-width: 100%;
float: left;
margin-top: 0 20px 15px 0;
}
.featured h1 { /* */
display: none;
}
.featured video {
margin-left:0;
width: 100%;
}
figure {
max-width: 100%;
float: left;
width: 100%;
margin: 0 20px 15px 0;
}
figcaption {
margin-top: 1px;
max-width: 100%;
}
footer {
color: #7D7D7D;
clear: right;
line-height: 97%;
font-size: 95%;
margin-left: 10px;
padding: 10% 0 0;
width: 88%;
}/* FORM STYLES [CONTACT]*/
form {
width: 100%;
}
#fullscreen-video_display {
display: none;
}
.resume {
max-width: 100%;
}
.row {
overflow: hidden;
/* [disabled]padding: 0 0 8px; */
text-align: left;
margin: 0;
max-width: 100%;
}
.sidebar {
color: white;
display: none;
width: 100%;
}
.skip {
font-size: 2em;
text-align: center;
margin-top: -35px;
width: 100%;
vertical-align: bottom;
position: absolute;
}
td ul {
max-width: 90%;
}
th {
max-width:80px;
}
.thumbnail_section_video video {
max-width: 100%;
height: auto;
/* margin: 3% 5% 0 0 !important;
*/}
.thumbnail_section_video p {
font-size: 1.1em;
line-height: 1.3em;
}
/* MEDIUM SCREEN */
@media ( min-width : 32em ){
.about_top h1{
margin-top: 22px;
margin-bottom: 20px;
}
.caption {
width: 100%;
}
.container {
/* max-width: 100px;
min-width: 490px;*/
padding: 0;
width: 900px;
margin: 0 0 0 14px;
min-height: calc(100vh - 200px);
}
.content {
float: left;
max-width: 100%;
}
.featured {
/* float: left;*/
padding: 0 0 0 0px;
width: 400px;
/* margin-right: 0;
margin-left: 0;
margin-bottom: 50px;*/
max-width: 100%;/* position: relative;*/
}
.featured figure {
max-width: 100%;
float: left;
margin-top: 0 20px 15px 0;
}
.featured h1 { /* */
display: none;
}
.featured video {
margin-left:0;
width: 100%;
}
figure {
max-width: 100%;
float: left;
width: 100%;
margin-top: 0;
/* margin-right: 10px;
*/ margin-left: 0;
margin-bottom: 15px;
}
figcaption {
margin-top: 1px;
max-width: 100%;
}
footer {
color: #7D7D7D;
clear: right;
line-height: 97%;
font-size: 95%;
margin-left: 10px;
padding: 10% 0 0;
width: 88%;
}/* FORM STYLES [CONTACT]*/
form {
width: 100%;
}
#fullscreen-video_display {
display: none;
}
.resume {
max-width: 100%;
}
.row {
overflow: hidden;
/* [disabled]padding: 0 0 8px; */
text-align: left;
margin: 0;
max-width: 100%;
}
.sidebar {
color: white;
display: none;
width: 100%;
}
.skip {
font-size: 2em;
text-align: center;
margin-top: -35px;
width: 100%;
vertical-align: bottom;
position: absolute;
}
td ul {
max-width: 90%;
}
th {
max-width:80px;
}
.thumbnail_section_video video {
max-width: 100%;
height: auto;
/* margin: 3% 5% 0 0 !important;
*/}
.thumbnail_section_video p {
font-size: 1.1em;
line-height: 1.3em;
}
}
/* WIDE SCREEN */
@media (min-width: 500px) {
/*footer "stick" to the bottom of the page when there is not enough content for it to end with the viewport bottom. Makes the container that wraps the sidebar and content divs extend 100% of the viewport. Of course, then we have to subtract the space we want for the footer*/
/*.container {min-height: calc(100vh - 200px);}
*/
.caption {
width: 86%;
}
.container_landing {
max-width: 1100px;
min-width: 560px;
padding: 24px;
width: 100%;
height: 500px;
}
.container {
max-width: 1200px;
min-width: 490px;
padding: 0;
width: 93%;
margin: 0 auto;
min-height: calc(100vh - 200px);
}
.container form {
margin-bottom: 8%;
margin-top: -11px;
}
.container_print {
margin-top: 57px auto;
max-width: 1200px;
min-width: 490px;
padding: 0;
width: 92%;
}
.container_landing {
max-width: 1100px;
min-width: 560px;
padding: 24px;
width: 100%;
height: 500px;
}
.container_resume {
max-width: 1200px;
min-width: 490px;
padding: 0;
width: 85%;
margin: 0 auto;
}
.content {
float: left;
max-width: 62%;
}
/*SHOW HIDE BACKGROUND VIDEO QUERIE -- WIDE SHOW, MOBILE HIDE*/
#fullscreen-video_display {
display: block;
}
/* END CONTENT_RULES COLUMNS */
.featured {
float: left;
padding: 0 0 0 10px;
width: 100%;
margin-right: 0;
margin-left: 0;
margin-bottom: 50px;
max-width: 100%;
position: relative;
}
.featured figure {
max-width: 26%;
float: left;
margin-top: 0;
/* margin-right: 20px;
margin-left: 0;
margin-bottom: 15px;*/
}
.featured figcaption {
}
.featured h1 {
display: block;
position: absolute;
top: 20px;
right: 0px;
left: 0px;
}
.featured img {
margin-right: 15px;
max-width: 100%;
width: 100%;
}
.featured h1 { /* */
position: absolute;
top: 20px;
right: 0px;
left: 0px;
}
.featured video {
margin-left:-25px;
width: 90%;
}
figure {
max-width: 31%;
float: left;
margin-top: 0 20px 0 0;
/* [disabled]margin-bottom: 15px; */
}
figcaption {
margin-top: 1px;
max-width: 93%;
}
footer {
clear: right;
color: #7D7D7D;
float: left;
font-size: 100%;
line-height: 100%;
padding: 10% 0 1em 2.25em;
width: 100%;
}
/* FORM STYLES [CONTACT]*/
form {
width: 55%;
float: left;
}
.resume {
/* padding: 18px 10px 25px 0;
*/ width: 700px;
max-width: 100%;
}
.row {
overflow: hidden;
/* [disabled]padding: 0 0 8px; */
text-align: left;
margin: 0 0 19px;
}
.sidebar {
color: black;
display: block;
float: left;
margin-right: 3.5%;
min-width: 3%;
width: 24%;
}
.skip {
font-size: 1.7em;
text-align: center;
margin-top: -75px;
width: 100%;
vertical-align: bottom;
position: absolute;
}
td ul {
max-width: 70%;
}
th {
max-width:50px;
}
.thumbnail_print {
float: left;
margin: 0;
max-width: 100%;
display: block;
}
.thumbnail_section_video p {
font-size: 1.1em;
line-height: 1.3em;
}
.thumbnail_section_video video {
height: auto;
max-width: 90%;
/* margin-right: 1%;
*/}
/*.thumbnail_production {
float: left;
margin: 0;
max-width: 100%;
display: block;
}*/
/* BACKGROUND VIDEO -- min & max */
/*@media (min-aspect-ratio: 16/9) {
.fullscreen-bg__video {
height: 300%;
top: -100%;
}*/
/*@media (max-aspect-ratio: 16/9) {
.fullscreen-bg__video {
width: 300%;
left: -100%;
}*/
}
Also see: Tab Triggers