/* On screens that are 992px or less, tablet */
@media screen and (max-width: 992px) {
    .top-line .box-right {
        width: 100%;
    }

    .top-line .box-right  .languages {
        border: 0;
    }

    .cbp-item-wrapper {
        height: 510px !important;
        padding-bottom: 30px;
    }
}

/* On screens that are 600px or less, smartphone */
@media screen and (max-width: 767px) {
    .top-line .box-right {
        width: 100%;
    }

    .top-line .box-right  .languages {
        border: 0;
    }

    header {
        height: 130px;
    }

    .cbp-item-wrapper {
        height: 100% !important;
        padding-bottom: 30px;
    }
}
