body {
    background-image: url('../images/bg-summon-1.png');
    background-position: top center;
    background-repeat: no-repeat;
}

label.price-value {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
}

input.amount-value {
    width: 5rem;
    background-color: transparent;
    border: solid 1px #A09E9A;
    border-radius: 0.57rem;
    text-align: center;
    padding: 0.285rem 0.875rem;
}

#chest-1 {
    max-width: 100%;
}

#chest-2 {
    max-width: 100%;
}

#section-2 {
    background-image: url('../images/bg-summon-2.png');
    background-position: top center;
    background-repeat: no-repeat;
}

#ss2-video {
    width: 19rem;
    height: 23rem;
}

#ss2-video-content {
    width: 100%;
    height: 100%;
    background: url('../images/bg-summon-2-1.png') no-repeat center center; 
    background-size: 100%;
}

#ss2-video video {
    width: 50%;
}
#ss2-icon{
    position: absolute;
    top: 0;
    right: 0;
}
@media (min-width: 1400px) {
    #chest-1 {
        max-width: 22.75rem;
        margin-right: 1.5rem;
    }
    
    #chest-2 {
        max-width: 28.5rem;
    }
    label.price-value {
        font-size: 1.75rem;
    }
    #ss2-video {
        width: 22.5rem;
        height: 27.5rem;
    }
}