@font-face {
  font-family: 'eurostile-medium';
  src: url('/font/eurostilemedium-webfont.woff2') format('woff2'),
       url('/font/eurostilemedium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'eurostar_black_extendedRg';
  src: url('/font/eurostarblackextended-webfont.woff2') format('woff2'),
       url('/font/eurostarblackextended-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
html,
body {
  font-family: 'eurostar_black_extendedRg';
  font-size: 17px;
  padding: 0;
  margin: 0;
  padding: 0 3.8%;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: black;
}
h2.title {
  font-size: 11px;
  line-height: 30px;
  font-weight: normal;
  text-transform: capitalize;
}
.fluidVid p {
  font-size: 15px;
  line-height: 30px;
}
.content {
  max-width: 1180px;
  margin: auto;
  position: relative;
}
nav {
  font-style: normal;
  text-transform: uppercase;
  margin: 25px 0 35px;
}
nav a {
  margin-right: 15px;
}
main {
  font-size: 12px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#main p {
  margin: 5px 0;
  font-size: 12px;
}
#main.info p {
  text-align: center;
}
main p.favorites-text {
  position: absolute;
  top: -30px;
  margin: 5px 0;
}
footer {
  font-size: 12px;
  font-style: italic;
  text-align: center;
  padding: 130px 0 30px;
}
/* .fluidVid:nth-child(2n -1) {
margin-right: 4%;
} */
.text-center {
  text-align: center;
}
.you-video {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.logo.content.text-center {
  margin-bottom: 30px;
  margin-top: 35px;
}
.logo.content.text-center a {
  margin-right: 0;
}

#main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.fluidVid {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.7em;
  vertical-align: top;
}

.fluidVid iframe {
  width: 100%;
  height: calc( (100vw - 60px) * 0.54 );
}

@media only screen and (min-width: 768px) {
  #main {
    max-width: 1024px;
  }

  .fluidVid {
    width: 48%;
  }
  .fluidVid iframe {
    height: calc( (100vw - 60px) * .24 );
  }
}

@media only screen and (min-width: 1180px) {
  #main {
    max-width: 1440px;
  }

  .fluidVid {
    width: 32%;
  }
  .fluidVid iframe {
    height: calc( (100vw - 60px) * .16 );
    max-height: 270px;
  }
}
