#anima {
        margin-top: -60px;
        margin-left: -173px;
    }
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    overflow: hidden;
}
    .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.strikethrough {
    position: relative;
    font-size: 14px;
    color: black;
}
.strikethrough:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 50%;
    color: red;
    right: 12px;
    border-top: 1px solid;
    border-color: inherit;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.vendido 
{
    box-shadow: 5px 0 0 0 #C5212C !important;
    background-color: rgba(255, 0, 0, 0.7)  !important;
    color: white  !important;
}

#MODAL_POPUP .close {
    color: white !important;
}