/* css file for trailer and watch tralier pages */
h3 {
  color: #97FFFC
}

;

#main-wrapper {
  background-color: black;
}

.manage-subscription p,
.manage-subscription h3,
.manage-subscription h4,
.manage-subscription h5 {
  color: white !important;
}

#monthlySub,
#biannuallySub,
#yearlySub {
  color: black;
  width: 200px;
  font-weight: 900;
  background-color: #97FFFC;
  letter-spacing: 0.02em;
}

@media(min-width: 1000px) {
  #monthlySub {
    margin-top: 5em;

  }
}

.main-plan-section {
  background-color: black;
  border: 3px solid #97FFFC;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px 2px #97FFFC;
  border-radius: 5px;
  height: 650px;
}

.main-plan-section s {
  color: white;
}

.saved-card {
  margin-top: 2em;
  padding: 15px;
  border: 2px solid #4a4949;
  border-radius: 8px;
  min-height: 170px;
}

.media {
  margin-bottom: 2em;
}

.media-heading {
  font-size: 18px;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

.text-center {
  text-align: center !important;
}

.snip1404 {
  box-shadow: 0 2px 10px -1px rgba(0, 0, 0, 0.2);
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

#announce {
  color: #97FFFC;
}

strike {
  color: red;
}


@media(min-width: 1000px) {
  .trailer-text {
    padding-top: 10px;
    margin-left: 20%;
    text-align: left;
  }

  .watch-trailer {
    padding: 30px;
  }

  .trailer-heading {
    color:white;
    font-size:22px;
    margin-top:150px;
  }
}

@media(max-width:999px) {
  .trailer-text {
    padding-bottom: 20px;
    text-align: center;
  }

  .trailer-heading {
    color:white;
    font-size:22px;
    margin-top:50px;
  }
}

#my-video {
  margin-top: 50px;
}

#trailer-video {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  visibility: visible;
  width: 100%;
}

