html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

@font-face {
  src: url("../fonts/Montserrat-Light.ttf");
  font-family: montlight;
}

@font-face {
  src: url("../fonts/Montserrat-ExtraLight.ttf");
  font-family: montextralight;
}

@font-face {
  src: url("../fonts/Montserrat-SemiBold.ttf");
  font-family: montsemi;
}

@font-face {
  src: url("../fonts/Montserrat-Regular.ttf");
  font-family: montserrat;
}

.none {
  display: block;
}

@media only screen and (max-width: 800px) {
  .bottom-section {
    display: none;
  }
}

#more {
  display: none;
}

#more1 {
  display: none;
}

#less {
  display: none;
}

.details {
  display: none;
}

@media only screen and (max-width: 800px) {
  .details {
    display: block;
  }
}

@media only screen and (max-width: 800px) {
  .video-section {
    height: auto;
    float: left;
    position: relative;
  }
}

@media only screen and (max-width: 800px) {
  .test {
    display: none;
  }
}

.test2 {
  display: none;
}

@media only screen and (max-width: 800px) {
  .test2 {
    display: block;
  }
}

#more {
  display: none;
}

#more1 {
  display: none;
}

#less {
  display: none;
}

.dots {
  opacity: 0;
}

@media only screen and (max-width: 800px) {
  .dots {
    opacity: 0.5;
  }
}
/*# sourceMappingURL=master.css.map */