/**************************************************
  #### WEB PLAYER
**************************************************/

/****************************************
  ==== HERO
****************************************/

div.hero {
  padding: 0 0 60px 0;
}
div.hero:before {
  background-image: url(../../images/assets/backgrounds/webplayer.jpg);
}
.txt-tdn:hover, .txt-tdn:active, .txt-tdn:focus,.txt-tdn:visited  {
  text-decoration: none;
}


/**************************************************
  #### MEDIA QUERIES
**************************************************/

@media only screen and (max-width: 767px){

div.hero:before {
  background-image: url(../../images/assets/backgrounds/webplayer-m.jpg);
}

}


.webplayer .sidebar embed {
  visibility: hidden;
}
.under { border-bottom: #fff 1px solid; }
.under:hover { border: 0; }

/**************************************************
  #### WEB PLAYER SETTINGS
**************************************************/

#UnsupportedPlatform {
  display: none !important;
}
.webplayer-settings #ChromeMissingUnityPlayer {
  padding: 20px !important; height: auto !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.webplayer-settings #ChromeMissingUnityPlayer img {
  display: none;
}
