@media only screen and (max-width: 768px) {
    .classificafilme {
        position: absolute;
        top: 0px;
        right: 0;
        z-index: 9;
        text-align: center;
        color: #fff;
        border-radius: 0 4px 4px 0;
        padding: 5px 0px;
        box-sizing: border-box;
    }

    .classificacaoicone {
        font-weight: bold;
        width: 24px !important;
        height: 24px !important;
    }
}

.classificafilme {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 9;
    text-align: center;
    color: #fff;
    border-radius: 0 4px 4px 0;
    padding: 5px 10px;
    box-sizing: border-box;
}

.classificacaoicone {
    font-weight: bold;
    width: 30px;
    height: 30px;
}

@media screen and (max-width: 767px) {
    .programacao {
        display: block !important;
    }

    #open-prog {
        display: none !important;
    }

    #option_filmes {
        display: none;
    }

    main {
        margin-top: 115px !important;
        overflow-x: hidden;
    }
}