div.glass{
    align-self: center;
    picture img{
        width: 100%;
    }
    @media(min-width:425px){
        background: linear-gradient(to right, #FF7C6C 0%, #FF7A6B 25%, #FF7465 50%, #FF7263 75%, #FD695D 100%);
        height: 100%;
        picture{
        display: flex;
            align-items: end;
            height: 100%;
        }
    }
}