 .blts {
                display: none;
            }

            @media only screen and (max-width: 576px) {
                .widget {
                    height: 480px;
                    padding-top: 40px;

                }

                .reservamos-search .title-wrapper {
                    margin-bottom: 25px;
                }

                .reservamos-search.compact-height input[type=text] {
                    height: 60px;
                }

                .reservamos-search .form-field,
                .reservamos-search .form-field-date {
                    margin-bottom: 20px;
                }

                .reservamos-search.compact-height .search-button {
                    height: 80px !important;
                    max-height: 80px !important;
                }

                .blts {
                    display: block;
                }
            }