.album-inf {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.ai-left {
    flex: 0.9;
}

.ai-right {
    flex: 0.1;
}

.album-name {
    font-size: 26px;
    color: var(--green-color);
    font-weight: 600;
}

.album-it {
    margin-bottom: 50px;
}

.album-intro {
    padding-right: 30px;
}

.album-it a img {
    border-radius: 6px;
}

.ai-right a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    height: 40px;
    width: 100%;
    background: var(--green-color);
}

.album-title {
    margin: 40px 0 30px;
    font-weight: 600;
    color: var(--green-color);
}

.album-item-wrap {
    margin-bottom: 15px;
}

.album-products {
    background-color: #fff;
    box-shadow: 6px 0 16px rgba(0,0,0,.08);
    height: max-content;
}

.content-bg {
    padding: 20px;
}

.content-bg h5 {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    letter-spacing: 0.00938em;
    color: rgb(0, 0, 0);
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 0;
}

.album-product-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.api-img {
    flex: 0.25
}

.api-info {
    flex: 0.72;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.alb-left {
    flex-basis: 70.8333%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 70.8333%;
}

.alb-right {
    flex-basis: 25%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 25%;
}

.img-main img {
    border-radius: 7px;
    height: 71px;
    object-fit: cover;
}

.product-price p {
    margin-bottom: 0;
}

.copy-link {
    margin-top: 3px;
    display: block;
    margin-left: 10px;
    cursor: pointer;
}

.copy-link img {
    width: 20px;
    filter: invert(0.5);
}

.album-desc iframe {
    width: 100% !important;
    height: 480px !important;
}

@media (max-width: 991px) {
    .alb-left, .alb-right {
        flex-basis: 100%;
        -webkit-box-flex: 0;
        flex-grow: 0;
        max-width: 100%;
    }
    .ai-right {
        flex: 100%;
    }
    .album-desc iframe {
        height: 260px !important;
    }
}