.responsive
{
  width: 100%;
  height: auto;
}



/* Hide on Mobile View */
  @media screen and (max-width: 767px) {
  .popup-radio { 
    display: none !important;
  }
}
/* END Hide on Mobile View */

/* Header and Nav */
  .masthead {
  height: 30vh;
  min-height: 30px;
  background-image: url('../images/dg300.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 55px;
}

.navbar-custom {
    background-color: #151412;
}
/* END Header and Nav */ */



#contactus-wrapper {
  display: table;
  width: 100%;
  background-position: center top;
  color: black;
  padding-top: 100px;
  padding-bottom: 200px;
}



#promos-wrapper {
  display: table;
  width: 100%;
  background: url('../images/back_mixer.jpg');
  background-position: center top;
  color: white;
  padding-top: 100px;
  padding-bottom: 200px;
}

.contantus-sent{
	margin-top: 200px;
}


hr {
  height: 1px;
  border-width:0;
  background-color:gray;
}





/* Radio Player */
.scroll{
  width:100%;
  height:21px;
  overflow:hidden;
  position:relative;
}
 
 .scrollingtext{
  white-space:nowrap;
  position:absolute;
 }

/* Bottom  Player */
.sm2-bar-ui {
  font-size: 16px;
}
.sm2-bar-ui .sm2-main-controls,
.sm2-bar-ui .sm2-playlist-drawer {
  background-color: #000000;
}
.sm2-bar-ui .sm2-inline-texture {
  background: transparent;
}

/* END Radio Player */