/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .menu-up {
    margin-top: -0% !important;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .menu-up {
    margin-top: 0% !important;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .menu-up {
    margin-top: 0% !important;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .menu-up {
    margin-top: 0% !important;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .menu-up {
    margin-top: 0% !important;
  }
}
.main-img img {
  width: 100% !important;
}
.sub-head {
  text-transform: uppercase !important ;
}
.partner-logo .item div img {
  width: 150px !important;
  height: 150px !important;
}
.vplay {
  width: 99% !important;
  height: 500px !important;
  margin-top: 10px !important;
}
.catimg {
  height: 200px !important;
  width: auto !important;
}
.btnstyle {
  background-color: black !important;
  color: white !important;
}
.hstyle {
  background-color:#d5d510  !important;
  color: black !important;
  padding: 10px !important;
  font-size: 30px !important;
}
.text-f {
  height: 150px !important;

}
.title-holder h2 {
  text-transform: uppercase !important
}
.profile {
  height: 350px !important;
}