
blockquote{
  display:block;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  font-family: Georgia, serif;
  color: #fff;
  text-align: justify;
  font-style: italic;
  
  /*Borders - (Optional)*/
  border-left: 2px solid #c76c0c;
  border-right: 1px solid #c76c0c;
  
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 40px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}


div.laptop-wrapper {
    position: relative;
    padding-top: 0px;
    padding-bottom: 100%;
    height: auto;
}

vidyoutube{
    box-sizing: border-box;
    background-size: contain;
    padding: 0% 0% 0%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
}

div.laptop-wrapper iframe {
    box-sizing: border-box;
    background-size: contain;
    padding: 0% 0% 0%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
}

.sectionvid {
  position: relative;
  background-color: black;
  height: 85vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}


.sectionvidsm {
  position: relative;
  background-color: black;
  height: 22vh;
  min-height: 22rem;
  width: 100%;
  overflow: hidden;
}

video {
  width: 100%;
  height: auto;
}

section video {
position: absolute;	
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.videowrapper { float: none; clear: both; width: 100%; position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0; } .videowrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


blockquote::after{
  /*Reset to make sure*/
  content: "";
}

blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  font-style: italic;
}
