.features{
    height:182.5vw;
    padding:6.25vw 0 0 0;
}
.featuresImage{
    background-image: url('../../../img/kindalbom/features/feature640.webp');
    width: 100vw;
    height:78.125vw;
}
.flyingMessage{
    width: 100%;
    padding:2.5vw 5vw;
    border-radius: 3.75vw;
    background-color: rgb(255,255,255,0.6);
    backdrop-filter: blur(2em);
}
.flyingMessage::after{
    display: none;
}
.flyingMessage p{
    margin-left: 2.1875vw;
    font-size: 4.375vw;
    line-height: 5.625vw;
}
#years{
    max-width: 53.125vw;
    top:85.71875vw;
    left:3.125vw;
    transform:rotate(-5deg);
}
#famous{
    max-width:87.5vw;
    top:134.84375vw;
    left:auto;
}
#quality{
    max-width: 53.125vw;
    top:95.40625vw;
    left:43.75vw;
    transform:rotate(5deg);
}
#modern{
    top:114.84375vw;
    left:auto;
    max-width:87.5vw;
    
}
#youth{
    top:149.21875vw;
    left:auto;
    max-width:87.5vw;
}
.messageIcon{
    width: 4.375vw;
    height: 5.625vw;
}