*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


.bkground img{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.iframe-container{
    float: left;
    width: 100vw;
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
}

iframe{
    width: 100%;
    height: 100vh;
    border: 0;
    
}


.bkground2{
    width: 100%;
    height: 100vh;
    float: left;
    background-color: black;
    
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.bk-img h3{
    color: white;
    font-family: 'roboto', 'cursive';
    padding: 0 0 2%
}
.bk-img p{
    font-family: 'roboto', 'cursive';
    width: 80%;
    position: relative;
    top: 0;
    left: 0;
    font-size: 1em;
    color: white;
}

.product_conteiner{
    position: relative;
}

.product_conteiner .percent{
    position: absolute;
    top: 20px;
    left: 0;
    background: red;
    color: white;
    width: 25%;
    font-size: 0.8em;
    padding: 5px;
    border-radius: 0 12px 12px 0;
    font-weight: 600;
}

.product_conteiner #dePor{
    text-decoration: line-through;
}