body {
    margin: 0;
    max-width: 600px;
    margin: auto;
}

a {
    text-decoration: none;
    color: inherit;
}

.app-grow {
    opacity: 0;
    transform: scale(0.8);
    transition: opacity .35s ease, transform .35s ease;
}

.app-grow.in-view {
    opacity: 1;
    transform: scale(1);
}

.adm-page-indicator {
    display: flex;
    justify-content: center;
}

.item-large-card-wrapper .adm-image {
    aspect-ratio: 100/133;
}

.item-live-wrapper .item-live-image-wrapper {
    aspect-ratio: 100/133;
}

.item-live-wrapper .item-live-image-wrapper .adm-image {
    width: 100%;
    height: 100%;
}

.item-product-grid-wrapper .item-product-grid-image-wrapper {
    aspect-ratio: 1/1;
}

.item-product-grid-wrapper .item-product-grid-image-wrapper .adm-image {
    width: 100%;
    height: 100%;
}

.item-app-wrapper .item-app-image-wrapper {
    aspect-ratio: 1/1;
}

.item-app-wrapper .item-app-image-wrapper .adm-image {
    width: 100%;
    height: 100%;
}