@media screen and (max-width: 1199px) {

    .banner.empty{
        height: 150px !important;
    }

    .banner.empty .banner-holder .banner-image{
        height: 150px !important;
    }
    
    .busca-inputs.container {
        width: 100%;
        bottom: 26px;
    }

    .busca-inputs input {
        height: 51px;
    }

    .busca-inputs .btn-default {
        font-size: 16px;
        line-height: 19.2px;
        width: 102px;
    }

    #listagem .container {
        padding-bottom: 0;
    }

    .listagem-ebooks {
        width: 100%;
    }

    .listagem-ebooks-main {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 4px;
        row-gap: 24px;
        justify-content: space-between;
        justify-items: center;
        margin-bottom: 24px;
    }
    
    .listagem-top-head-mb {
        background-color: #F6F6F6;
        padding: 16px;
        font-family: "Lato Regular";
        color: #7C878E;

        justify-content: space-between;
        align-items: center;
        border-radius: 2px;
        margin-bottom: 26px;
    }

    .listagem-top-head-mb > button {
        width: 90px;
        box-sizing: border-box;
        padding: 8px 16px;

        justify-content: space-between;
        align-items: center;
        color: #7C878E;
        border-radius: 1px;
        background-color: var(--white);
    }

    .listagem-ebooks-head {
        margin-bottom: 24px;
        justify-content: flex-end;
    }

    .listagem-ebooks-foot {
        margin-bottom: 24px;
    }
}