/* Minification failed. Returning unminified contents.
(13,1): run-time error CSS1019: Unexpected token, found '@'
(24,1): run-time error CSS1019: Unexpected token, found '@'
 */
.legenda {
    width: 250px;
    margin: 0 auto;
    padding-bottom: 10px;
    text-align: left;
}

iframe {
    width: 250px;
    height: 140px;
}

@@media (min-width: 422px) {
    .legenda {
        width: 350px;
    }

    iframe {
        width: 350px;
        height: 200px;
    }
}

@@media (min-width: 992px) {
    .legenda {
        width: 100%;
    }

    iframe {
        width: 100%;
        height: 200px;
    }
}

