@media screen and (max-width: 620px) {
  ul.nav li {
    display: none;
  }
  ul.nav li.menu {
    float: right;
    display: inline-block;
  }
}

#trainparty {
  position: fixed;
  height: 45px;
  top: 8px;
  left: 100px;
}

#container {
  position: relative;
  margin-top: 60px;
  width: 100%;
}

#inner {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
}

@media screen and (min-width: 600px) {
  #background {
    position: absolute;
    top: -200px;
    left: 0;
    width: 100%;
    height: 660px;
    background-image: url('../images/trainparty/Background.jpg');
    background-size: 100%;
    background-position: center;
    opacity: 0.3;
  }
}

h4 {
  margin-top: 2.5em;
}

@media screen and (min-width: 600px) {
  #description {
    position: absolute;
    top: 480px;
    width: 90%;
    left: 5%;
    text-align: center;
  }
}

@media not screen and (min-width: 600px) {
  #description {
    position: relative;
    width: 90%;
    left: 5%;
    text-align: center;
  }
}

@media screen and (min-width: 600px) {
  #video {
    position: absolute;
    width: 600px;
    height: 337px;
    left: 50%;
    top: 80px;
    margin-left: -300px;
    border: solid #91af55 2px;
  }
  #video iframe {
    width: 600px;
    height: 337px;
  }
}

@media not screen and (min-width: 600px) {
  #video {
    position: relative;
    padding-top: 56.25%;
    border: solid #91af55 2px;
  }
  #video iframe {
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
  }
}

.badge {
  height: 40px;
  margin-top: 5px;
  margin-left: 7px;
  margin-right: 7px;
}

@media screen and (min-width: 600px) {
  .sample {
    width: 600px;
  }
}

@media not screen and (min-width: 600px) {
  .sample {
    width: 100%;
  }
}

@media screen and (min-width: 600px) {
  #sample-video {
    width: 600px;
    height: 337px;
  }
  #sample-video iframe {
    width: 600px;
    height: 337px;
  }
}

@media not screen and (min-width: 600px) {
  #sample-video {
    position: relative;
    padding-top: 56.25%;
  }
  #sample-video iframe {
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
  }
}

@media screen and (min-width: 370px) {
  .image {
    margin-left: 30px;
  }
}