.audio{
  background-image: url(/assets/images/CONJUNTO-CHOCOLATE-PORQUE.jpg);
   display: flex;
    height: 100vh;
    width: 100%; 
    background-attachment:fixed;  
    background-repeat: no-repeat;
    background-position: 0%; 
    align-items: center;
  }

.contenido{
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 3rem;
  margin: 0px auto;
}

.audiotitulo{
  color: white;
  text-shadow: 2px 2px 3px black;
  font-size: 3rem;
  font-family:'Avante Return';
  margin: 0px auto;
  text-align: center;
 }

.audioconten{
  color: white;
  text-shadow: 2px 2px 3px black;
  font-size: 1,5rem;
  font-family:'Oswald', sans-serif;
  text-align: center;
  }

.audioplayer{
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px 3px black;
  font-size: 1,5rem;
  font-family:'Oswald', sans-serif;
  text-align: center;
  margin-bottom: 30px;
  }

.audioalbum{
  width: 250px;
  border-radius: 20px;
  margin: 30px auto;
  box-shadow: 0px 0px 40px rgb(0, 0, 0);
}

  .audiostreaming {
  display: flex;
  flex-wrap: wrap;
justify-content: center;  
align-items: center;
  transition: all 0.25s ease-in-out;
  }

 .audiostreaming a{
  margin: 20px auto;
 }

.audiostreaming a img:last-child {
  display: none;
   }

.audiostreaming a:hover img:last-child {
  display: block; 
  opacity: 100%;
 }
.audiostreaming a:hover img:first-child {
  display: none;
}



 
@media only screen and (max-width: 768px){
  .audio{
    height: 100%;
  }
  .audiostreaming a{
    margin: 10px auto;  
    display: block;   
  }


}

@media screen  and (min-device-width: 768px) and (max-device-width: 1112px) and (orientation:landscape) {
  .audio {
     height: calc(200vh);
     background-attachment: fixed;
  }
  .audiostreaming a{
    margin: 30px auto;
    margin-left: 2px;
    margin-right: 2px;
  }



}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3){

.audio{
  background-attachment: scroll;
}

  .audiostreaming a{
    margin: 10px auto;  
    display: block;
  }



}

@media only screen and (min-device-width: 768px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2){
  .audio{
   background-attachment: scroll;
   
  }
}
