html, body {
    max-width: 100%;
    height: 100%;
    margin: 0;
    border: none;
    overflow-x: hidden;
}

.title {
    font-family: 'Dosis';
    color: #fff;
    font-size: 60px;
    font-weight: 400;
    background-color: transparent;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 3px;
    text-decoration: none;
    text-align: center;
    margin-bottom: 2%;
}

#mausBackground{
    background-color:#000;
    background-repeat:no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height:125%;
    width:100%;
    overflow: hidden;
}

/* iframe */
* {padding:0;margin:0;box-sizing:border-box;}
.video {
	position: relative;
	padding-bottom: 56.25%;
    height: 0;
}

iframe {
    position: absolute;
    margin-left: 10%;
	top: 0;
	left: 0;
	width: 80%;
    height: 80%;
    min-height: 80%;
}

.musicDesc{
    font-family: 'Dosis', sans-serif;
    color: rgba(94,175,232,.81);
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 3px;
    z-index: 11;
    text-align: center;
    margin-bottom: 3%;
}

.musicDesc:hover{
    color: rgba(61, 84, 99, 0.81);
}

@media (max-width:785px) { 
    #mausBackground {
        height: 90%;
    }
}

@media (max-width:415px) { 
    #mausBackground {
        height: 70%;
    }
}

@media (max-height:525px) { 
    #mausBackground {
      height: 110%;
    }
  }
  
  @media (max-height:435px) { 
    #mausBackground {
      height: 155%;
    }
  }