.mobile-wrap.svelte-7ffvd2 {
    border-radius: var(--space-2);
    background: var(--grey-700);
    background-size: cover;
    background-position: center;
    padding: 0;
    overflow: hidden;
    display: grid;
    padding: var(--space-4);
    grid-gap: var(--space-4)
}

.mobile-header.svelte-a0x2v4 {
    display: grid;
    grid-gap: var(--space-4);
    grid-template-columns: minmax(100px, 40%) auto;
    margin-bottom: var(--space-1)
}

.img-wrap.svelte-a0x2v4 {
    position: relative
}

.img-wrap.svelte-a0x2v4:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 133.8235294118%
}

.img-wrap.svelte-a0x2v4>* {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--ds-radius-md, var(--border-radius-md))
}

.main-info.svelte-a0x2v4 {
    display: flex;
    flex-direction: column
}

.info-wrap.svelte-a0x2v4 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    align-self: end;
    min-height: 60%
}

.mobile-play-buttons.svelte-r7fomo {
    display: flex;
    justify-content: space-between
}