/* /static/honda_civic/jquery.bxslider.css */ 

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}
/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('/static/honda_civic/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('/static/honda_civic/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('/static/honda_civic/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('/static/honda_civic/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('/static/honda_civic/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}


@font-face {
    font-family: 'bbc_quote';
    src: url('https://www.gocar.gr/data/fonts/bbc_quote.eot');
    src: url('https://www.gocar.gr/data/fonts/bbc_quote.eot#iefix') format('embedded-opentype'),url('https://www.gocar.gr/data/fonts/bbc_quote.woff') format('woff'),url('https://www.gocar.gr/data/fonts/bbc_quote.ttf') format('truetype'),url('https://www.gocar.gr/data/fonts/bbc_quote.svg#bbc_quote') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.clearfix:after { 
    content: " ";
    display: block; 
    height: 0; 
    clear: both;
}
html {
    height: 100%;
    overflow-x: hidden;
}
body {
    font-size: 20px;
    line-height: 1.4;
    height: 100%;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    color: #777;
}
h1{
    font-size: 90px;
    color: #ffffff;
    line-height: 90px;
    margin: 10px 0px;
}
h2{
    font-size: 40px;
    color: #ffffff;
    line-height: 40px;
    font-weight: normal;
}
h3{
    margin: 0px;
}

.text-normal {
	   font-weight: unset;
}
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .with-bgimg {
    position: relative;
    /*opacity: 0.65;*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
}
.bgimg-1 {
    background-attachment: scroll;
}
.bgimg-2 {
    /*min-height: 400px;*/
    height: 150%;
}
.bgimg-3 {
    height: 100%;
}
.bgimg-4 {
    height: auto;
}
.background-overlay {
    /*background-color: rgba(0,0,0,0.25);*/
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.caption {
    font-size: 60px;
    line-height: 60px;
    color: #ffffff;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    text-align: center;
    display: block;
    max-width: 80%;
    margin: 0px auto;
}
.bgimg-1 .caption {
    top: 32%;
}
.bgimg-1 .caption h1 {
    font-size: 80px;
}
.caption p{
    margin-top : 0px;
}
.caption span.border {
    background-color: #111;
    color: #fff;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
}
.bottom-arrow {
    width: 200px;
    margin-right: -100px;
    right: 50%;
    background: rgba(0,0,0,.5);
    padding-top: 28px;
    font-size: 18px;
    bottom: 30px;
    line-height: 20px;
    z-index: 3;
    color: #fff;
    display: block;
    position: absolute;
}
.bottom-arrow div{
    padding-bottom: 38px;
    letter-spacing: 0;
    text-align: center;
    background: url(https://www.bbc.co.uk/news/special/2014/newsspec_7141/static/img/scrolldownicon.png) center bottom no-repeat;
}
.two-columns{
    width: 100%;
    margin: auto;
    padding: 0px;
}
.two-columns .first-column{
    width: 45%;
    color: #000;
    background-color: rgba(255,255,255,0.5);
    text-align: center;
    padding: 50px 40px;
    text-align: justify;
    margin-left: 5%;
    float: left;
    text-align: left !important;
}

.two-columns.with-bgimg .first-column{
    width: 32%;
    margin-left: 7%;
}
.two-columns.with-bgimg.right .first-column{
    width: 30%;
    float: right;
    margin-right: 10%;
}
.second-column, .sticky, .sticky-b {
    width: 45%;
}
.two-columns .second-column{
    margin-left: 50%;
    padding-top: 80px;
}
.two-columns img{
    max-width: 100%;
    height: auto;
}
.second-column img{
    height: auto;
    max-width: 80%;
    margin: 0px auto;
    display: block;
}
.sticky {
    position: fixed;
    top: 0;
    padding-top: 20px !important;
}
.sticky-b{
    position: absolute;
    bottom: 80px;
}
.two-columns .first-column bside img{
    display: none;
    height: 0;
    overflow: hidden;
}

p.quote {
    font-family: 'bbc_quote';
    font-style: normal;
    font-weight: bold;
    speak: none;
    font-size: 1.25em;
    text-align: left;
}

.quoteHolder {
    width: 100%;
    position: relative;
}
.quoteHolder div {
    position: absolute;
    top: -30px;
}
.quoteHolder h1 {
    color: #000000;
    font-family: 'bbc_quote';
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-size: 67px;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    margin: 0;
    padding: 0;
}
.quoteHolder p {
    font-family: Georgia,Times,serif;
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
    /*padding-left: 45px;*/
    margin: 0px;
    line-height: 1.3;
    /*text-align: justify !important;*/
    color: #6d6a6a;

}
.quoteHolder span {
    font-weight: bold;
    font-size: 22px;
}
.quoteHolder.no-symbol p {
    padding-left: 0px;
}
.with-bgimg .quoteHolder p {
    color: #000000;
}
.credits{
    width: 100%;
    display: block;
    padding: 50px 50px 180px;
    color: #000000 !important;
    background: #ffffff;
    /*margin-top: 120px;*/
    margin-bottom: 150px;
    position: relative;
}
.credits .inner{
    display: block;
    max-width: 944px;
    margin-left: auto;
    margin-right: auto;
}
.credits .inner:after { 
    content: " ";
    display: block; 
    height: 0; 
    clear: both;
}
.credits-left{
    width: 70%;
    float: left;
position: relative;
}

.credits-right{
    width: 30%;
    float: left;
}
.credits h3{
    text-align: left;
    margin-bottom: 20px;
    text-decoration: underline;
}
.credits p{
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}
.credits p.pushed{
    margin-left: 35px;
}
.credits p span{
    font-weight: bold;
}
.credits .sharer{
    width: 100%;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-weight: bold;
    height: 40px;
    margin-bottom: 5px;
    cursor: pointer;
    display: block;
    text-decoration: none;
}
.credits .email_share{
    background-color: #615f5d;
}
.credits .facebook_share{
    background: #3c5a98 url(/static/honda_civic/share_tools.png) no-repeat;
    background-position: center -106px;
}
.credits .twitter_share{
    background: #47c7fa url(/static/honda_civic/share_tools.png) no-repeat;
    background-position: center -148px;
}
.credits .viber_share{
    background-color: #665cac;
    display: none;
}
.top-table-container:after { 
    content: " ";
    display: block; 
    height: 0; 
    clear: both;
}
.top-table-header{
    background-color: #d2d3d5;
    text-align: center;
    padding: 0px 5px;
    font-weight: bold;
    color: #000000;
}
.bottom-table-header{
    text-align: left;
    padding: 10px 5px;
    font-weight: bold;
    font-size: 15px;
    font-weight: normal;
    color: #000000;
}
.top-table{
    width: 25%;
    float: left;
}
.top-table img{
    width: 100%;
    display: block;
}
.table-holder{
    color: #777;
    background-color:white;
    text-align:center;
    padding:50px 80px;
    text-align: justify;
}

.tsitato .text {
    font-weight: normal;
    font-size: .9em;
}

.tsitato .text > span {
    font-size: 1.5em;
}

.two-columns.slim .first-column {
width: 35%;
}

.two-columns.slim .second-column {
}


/* Turn off parallax scrolling for tablets and phones */
@media (max-width: 1024px) {
    h1{
        font-size: 30px;
        line-height: 30px;
    }
    h2{
        font-size: 17px;
        line-height: 17px;
    }
    .caption {
        font-size: 20px;
        line-height: 20px;
    }
    .bgimg-1, .bgimg-2, .bgimg-3 {
        background-attachment: scroll;
        height: 60% !important;
    }
    .two-columns .first-column,
.two-columns.slim .first-column {
        width: 100%;
        margin-left: 0%;
    }

    .first-column.bottom {
        bottom: auto;
        position: inherit;
    }
    .two-columns.with-bgimg .first-column{
        width: 100%;
        margin-left: 0%;
    }
    .two-columns.with-bgimg.right .first-column{
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }
    .two-columns .first-column bside{
        display: block;
        height: auto;
        overflow: initial;
    }
    .two-columns .second-column{
        display: none;
    }
    .credits .viber_share{
        background-color: #665cac;
        display: block;
    }

    .quoteHolder p {
        font-family: Georgia,Times,serif;
        font-size: 22px;
        font-style: italic;
        font-weight: bold;
        padding-left: 45px;
        line-height: 1.3;
        text-align: left !important;
        color: #6d6a6a;

    }

    .credits-left{
        width: 100%;
        float: left;
    }
    .credits-right{
        width: 100%;
        float: left;
    }
    .table-holder{
        color: #777;
        background-color:white;
        text-align:center;
        padding:50px 20px;
        text-align: justify;
    }
}



.map {
    width:100%;
    min-height:100%; 
    pointer-events: none;
}
.map-wrap {
    width:100%;
    height:70%;	
    position:relative; 
}
.overlay {
    width:100%;
    min-height:100%; 
    position:absolute; 
    top:0;
}






































table { 
    width: 100%; 
    border-collapse: collapse; 
}
tr:nth-of-type(odd) { 
    background: #eee; 
}
th { 
    background: #5eb2d4; 
    color: white; 
    font-weight: bold; 
}
td, th { 
    padding: 0px 6px; 
    border: 1px solid #ccc; 
    text-align: center;
}
th:nth-of-type(1),
td:nth-of-type(1){ 
    text-align: left;
}


.tsitato{
    text-align:center;
    font-style: italic;
    font-size: 50px;
    line-height: 50px;
    text-shadow: 0 0 3px rgba(0,0,0,.8);
}
.tsitato p {
    color: #fff;
    text-align: center !important;
    font-size: 50px;
}

.bx-wrapper {
    -moz-box-shadow: 0 0 5px transparent !important;
    -webkit-box-shadow: 0 0 5px transparent !important;
    box-shadow: 0 0 5px transparent !important;
    border: 0px solid transparent !important;
    background: transparent !important;
}

.big_caption{
    text-align:center;
    line-height: 120px;
}


/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
    .tsitato p {
        color: #fff;
        text-align: center !important;
        font-size: 30px;
    }
    .big_caption{
        line-height: 52px;
        font-size: 40px;
    }
    .bx-caption{
        font-size: 0px;
    }
    .bx-caption strong{
        font-size: 18px !important;
    }

    /* Force table to not be like tables anymore */
    table, thead, tbody, tfoot, th, td, tr { 
        display: block; 
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
        text-align: left;
    }
    tr { border: 1px solid #ccc; }
    td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 50%; 
        text-align: left;
    }
    td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
    }
    tfoot th { 
        text-align: center !important;
    }
    /* Label the data */
    td:nth-of-type(1):before { content: "Ξ?ΞΉΞ±Ξ΄ΟΞΏΞΌΞ?"; }
    td:nth-of-type(2):before { content: "Ξ€ΞΉΞΌΞ? β?¬ / lt"; }
    td:nth-of-type(3):before { content: "lt"; }
    td:nth-of-type(4):before { content: "km"; }
    td:nth-of-type(5):before { content: "lt/100 km"; }

    tfoot th:nth-of-type(1):before { content: ""; }
    tfoot th:nth-of-type(2):before { content: ""; }
    tfoot th:nth-of-type(3):before { content: "lt: "; }
    tfoot th:nth-of-type(4):before { content: "km: "; }
    tfoot th:nth-of-type(5):before { content: "lt/100 km: "; }
}

.caption h3 {
	font-size: 1.17em;
line-height: 1.3;
}

p { 
	margin: 1em 0;
}


#video-viewport {
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: -1; /* for accessing the video by click */
}

.video-viewport {
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: -1; /* for accessing the video by click */
    background-color: #000;
}

@media only screen and (max-width: 48em) {
	.video-holder {
		min-height: 100px !important;
	}
}


#scroll-arrow{
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -32px;
    color: #fff;
    cursor: pointer;
}
#scroll-arrow i{
    font-size: 60px;
    line-height: 0px;
    margin: 0;
    padding: 0;
}
#scroll-arrow-up{
    color: #000;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -55px;
    text-align: center;
    cursor: pointer;
    z-index: 99;
}
#scroll-arrow-up i{   
    font-size: 60px;
    line-height: 0px;
    margin: 0;
    padding: 0;
    
}


/*arrow bounce*/
.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

/* Scroll down indicator (bouncing) */
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0); }
    40% {
        -webkit-transform: translateY(-30px); }
    60% {
        -webkit-transform: translateY(-15px); } }
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0); }
    40% {
        -moz-transform: translateY(-30px); }
    60% {
        -moz-transform: translateY(-15px); } }
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); }
    40% {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px); }
    60% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px); } }

/*arrow down end*/

.first-column.bottom {
    bottom: 0;
    position: absolute;
}

.quoteHolder.justify-left p {
  text-align: left !important;
}

.text-shadow {
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}

.two-columns.with-bgimg .first-column.dark {
    background-color: rgba(0, 0, 0, 0.60);
    color: #fff !important;
}

.two-columns.with-bgimg .first-column.dark .quoteHolder p {
color: #fff;
text-align: left !important;
}

#scroll-to-form {
color: #f16651 !important;
}

.bgimg-2.more-space.bgimage-auto {
    height: auto !important;
}

.bgimg-2.more-space {
    height: 250% !important;
}

.bgimg-2.extra-space {
    height: 300%;
}

.bgimg-2.extra-space-more {
    height: 500%;
}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
    .tsitato p {
        color: #fff;
        text-align: center !important;
        font-size: 30px;
    }
}

h2.second-title {
    font-size: 35px;
    color: #ffffff;
    line-height: 40px;
    font-weight: bold;
    margin: 0px auto;
}

h2.second-title span {
    font-size: 130%;
}

h3.third-title {
    font-size: 30px;
    color: #ffffff;
    line-height: 40px;
    font-weight: 100;
    margin: 20px auto 0;
}

.two-columns.with-scroll-image.left .first-column {
	float: right;
}

.two-columns.with-scroll-image.left .second-column {
    margin-right: 50%;
    margin-left: 0;
}

.anchors {
    position: fixed;
    bottom: 15px;
    left: 10px;
    z-index: 999;
}

.anchors a {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    margin: 0 1rem 0 0;
opacity: .5;
}

.anchors a:hover {
    opacity: 1;
    color: #00f !important;
}

.social {
    position: fixed;
    bottom: 15px;
    right: 10px;
    z-index: 99;
}

.social a {
    display: inline-block;
    color: #fff;
    margin: 0 1rem 0 0;
    opacity: .5;
    font-size: 2em;
}

.social a:hover {
    opacity: 1;
}

.tsitato2lines {
font-size:55px;
}

.tsitato2lines p {
    text-align: center;
    font-style: normal;
}

.tsitato2lines p:first-child {
font-weight:bold;
}

.tsitato2lines p:not(:first-child) {
font-size:65%;
}

.tsitato2lines p a {
color: #00f !important;
}

@media (max-width: 800px) {
    .caption {
        font-size: 2.5rem;
        line-height: 3rem;
    }
    
    .bgimg-1, .bgimg-2, .bgimg-3 {
        height: auto !important;
    }
    
    .two-columns.with-bgimg .first-column {
        float: none;
    }
    
    .bgimg-1 .caption {
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        left: 50%;
    }
    
    h1 {
        font-size: 3rem !important;
        line-height: 3.2rem;
    }
    
    h2.second-title {
        font-size: 1.6rem;
        line-height: 1.8rem;
    }
    
    h2.second-title span {
		}
    
    .background-overlay {
        position: relative;
        height: 100vh;
    }
    
    .tsitato .quoteHolder.no-symbol p {
        font-size: 2rem !important;
        line-height: 3rem;
    }
    
    .bgimg-2.extra-space {
 	   	height: 300% !important;
		}
		
		.bgimg-2.extra-space-more {
 	   		height: 500% !important;
		}
}

@media (max-width: 640px) {
.anchors {
display:none;
}

/*[data-section="1"] .video-viewport {
    width: 100% !important;
    height: auto !important;
}

[data-section="1"] .video-viewport > video {
    width: 100% !important;
    height: auto !important;
}*/

}

.chrome-fix {
	-webkit-transform:  translateZ(0);
	-moz-transform:     translateZ(0);
	-ms-transform:      translateZ(0);
	-o-transform:       translateZ(0);
	transform:          translateZ(0);
}

sup {
font-size: 70%;
    vertical-align: super;
}

.text-normal {
	font-style: normal !important;
}

.text-bold {
font-weight:bold !important;
}


.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

