a[href^="tel"] {
    color: inherit; 
    text-decoration: none; 
}
a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}
:root{
    --heroTop:0vw;
}
.mediaContainer{
    display: none;
}
.hero{
    max-width:100vw;
    height: 66.5vw;
    background-size: cover;
    background-repeat: no-repeat;
    background: linear-gradient(90deg, #8E1F12 0%, #DF9104 61.46%, #B1700E 100%);
    border-radius:0vw;
    padding-top:10vw;
    color:white;
    display: flex;
    flex-direction: column;
    align-items: center;
    top:var(--heroTop);
    margin-top: 0;
}
.hero::after{
    z-index: -1;
    position: absolute;
    content:' ';
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:  url("../../../img/kindalbom/noise.png") repeat left top;
    opacity:0.2;
}
.companySlogan{
    text-align: center;
    /* animation-delay:0.3s; */
    margin:1vw 0vw 2vw 0vw;

}
.hero .logo{
    /* animation-delay:0s; */
    width: 25vw;
    height:2.78vw;
}
.bgGirl{
    /* animation-delay:0.9s; */
    background-image: url("../../../img/kindalbom/hero/hero.webp");
    background-size: cover;
    position: absolute;
    bottom:2vw;
    left:11.9375vw;
    width: 78.125vw;
    height:42vw;
}
.buyAlbum{
    /* animation-delay:0.6s; */
    padding:0.625vw 2.5vw;
    background-color: #FFD1AB;
    border-radius:3vw;
    display: flex;
    justify-content: start;
    align-items: center;
    z-index: 20;
    cursor:pointer;
    transition:all 0.3s ease;
    text-decoration: none;
    box-shadow: 0px 0px 2.2em 0px #FFD1AB; 
}
.buyAlbum > span{
    color:#760000;
    margin-left: 0.8vw;
}
.buyAlbum:hover{
    background-color: #760000;
}
.buyAlbum:hover > span{
    color: #FFD1AB;
}
.emoji{
    width: 1.875vw;
    margin-top: -0.25vw;
}
