.about {  
background-color: rgba(255, 255, 255, 0.2);
height: 100px;
width: 400px;
top: 39%;
left: 12%;
position: absolute;
}

.music{
    width: 400px;
    top: 30%;
    right: 16%;
    position: absolute;
}
.about-text{
    position:absolute;
    top: 32%;
    right: 10px;
}


@media all and (max-width: 1110px){
    .about {
        top: 14%;
        left: 6px;
			right:6px;
        position: relative;
	margin-left: auto;
    margin-right: auto;
        }
    .music{
        top: 16%;
        left: 6px;
		right:6px;
        position: relative;
		    margin-left: auto;
    margin-right: auto;
	
    
        }
  }
  @media all and (max-width: 600px){
    .about {
        top: 14%;
        left: 6px;
			right:6px;
        position: relative;
	margin-left: auto;
    margin-right: auto;
        }
    .music{
        top: 16%;
        left: 6px;
		right:6px;
        position: relative;
		    margin-left: auto;
    margin-right: auto;
	
    
        }
  }