div.participate-container {
    flex-direction: column;
    gap: 40px;
    height: auto;
    margin: 80px 0;
}
div.participate-container img {
    width: 50%;
    max-width: 426px;
}
div.participate-container div.participate-context {
    flex-direction: column;
    line-height: 1.5 !important;
}
div.participate-container div.participate-context > p {
    font-size: 18px !important;
    color :#666;
}
div.product-container {
    display: grid;
    grid-template-columns: repeat(4, 24%);
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin: 2rem 0 4rem;
}
div.product-container > div {
    border: 1px solid #ddd;
    border-radius: 10px;
    height: 100%
}
div.product-context {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    height: calc(100% - 40px);
    margin: 20px;
}
.colored { color: #a01749; }
div.product-context b {
    font-size: 20px;
}
div.product-context a {
    width: 100%;
    text-align: center;
    background-color: #eaeaea;
    border-radius: 5px;
    font-size: 1.5rem;
    padding: 0.5rem;
    color: #333;
}
div.product-container > h3 {
    font-size: 32px;
    grid-column: span 4;
    margin: 1rem 0;
}


div.banner-container {  
    margin: 40px 0;
}

/* ========== [ mobile : break-point: 1024px ] ========== */
@media screen and (max-width: 1024px) {
    div.participate-container {
        margin: 4rem 0;
        gap: 16px !important;
    }
    div.product-container { margin-bottom: 3rem; }
    div.product-context {
        height: calc(100% - 20px);
        margin: 10px;
    }
    div.participate-container div.participate-context > p { font-size: 14px !important; }
    div.product-context b { font-size: 1.7rem; }
    div.product-context a { font-size: 1.4rem; }
    div.product-container > h3 { font-size: 24px; }
    div.banner-container {  margin: 2rem 0; }
    
}
/* ========== [ mobile : break-point: 605px ] ========== */
@media screen and (max-width: 605px) {
    div.product-container { grid-template-columns: repeat(3, 1fr); }
    div.product-container > h3 { grid-column: span 3; }
}
/* ========== [ mobile : break-point: 365px ] ========== */
@media screen and (max-width: 365px) {
    div.product-container { grid-template-columns: repeat(2, 1fr); }
    div.product-container > h3 { grid-column: span 2; }
    
}

iframe#movie-player {
    position: absolute;
    top: 61.6%;
    left: 54.5%;
    width: 36.5%;
    height: 17%;
    border-radius: 10px;
}