.content-page {
    font-family: 'Noto Sans JP', sans-serif;
}
.banner {
    position: relative;
    padding-top: 145px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-image: url(/images/top_background.jpg);
    background-size: cover;
    background-position: top;
}
.dentis-buttons div.btn-wrap {
    display: inline-flex;
    width: 100%;
    max-width: 400px;
    border: 5px solid #fff;
    background-color: #44676B;
    border-radius: 35px;
    margin: 0px 18px;
    position: relative;
    padding: 40px 25px 15px 25px;
}
.dentis-buttons div.btn-wrap span.title {
    position: absolute;
    width: 65%;
    top: -32px;
    border: 3px solid #44676B;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #44676B;
    font-size: 1.5rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}
.dentis-buttons p {
    width: 100%;
    margin-bottom: 0;
}
.dentis-buttons a {
    background: #44676B;
    border: 4px solid #fff;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    padding: 5px;
}
.dentis-buttons a:hover {
    background: #b49769;
}
.dentis-buttons a:first-child {
    margin-bottom: 15px;
}
.btn-contact {
    margin: 80px 0;
    text-align: center;
}
.btn-contact a {
    display: flex;
    justify-content: center;
    border: 3px solid #fff;
    align-items: center;
    height: 60px;
    background-color: #44676B;
    width: 90%;
    max-width: 300px;
    margin: auto;
    font-size: 1.5rem;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    -webkit-box-shadow: 0px 1px 5px 2px #fff;
    box-shadow: 0px 1px 5px 2px #fff;
}
.notice {
    color: #000;
    width: 100%;
    max-width: 660px;
    height: 200px;
    margin: 100px auto 60px;
    background-color: rgba(255, 255, 255, 0.92);
    padding: 25px 30px 30px;
    border-radius: 5px;
}
.notice .notice-detail {
    width: 100%;
    text-align: right;
    margin-top: 20px;
}
.notice a {
    color: #b49769;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
}
.notice a img {
    width: 21px;
}
.notice-title {
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-weight: bold;
    margin: 0;
    color: #b49769;
    text-underline-position: under;
}
.notice-content p {
    text-align: left;
    margin: 0;
    padding: 20px 0 10px;
    border-bottom: 1px solid #e7dfd1;
    color: #333333;
    font-size: 16.25px;
    line-height: 16.25px;
}
.notice-content p strong {
    margin-right: 20px;
    font-size: 14.25px;
    line-height: 14.25px;
}

.see-more {
    background-color: #000;
    padding: 30px;
    opacity: 0.7;
}
.see-more span {
    color: #fff;
    font-size: 1rem;
    line-height: 1rem;
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}
.see-more a {
    display: inline-block;
    margin-top: 14px;
    width: 48px;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: relative;
}
.see-more a img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    transform: translate(-50%, -50%);
}
.btn-more {
    border: 1px solid #ffffff;
    padding: 7px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    background: #ffffff;
    color: #000000;
}
.btn-more:hover {
    color: #000000;
}

.feature-block {
    max-width: 706px;
    margin: 0 auto;
}

.feature-block .wrapper-intro-title {
    background-color: #43676b;
    color: #ffffff;
    margin: 10px;
    padding: 10px;
    font-size: 21px;
    text-align: center;
}

.feature-block ul.ul-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0;
}

.feature-block ul.ul-table li {
    float: left;
    display: table-cell;
    text-align: center;
    border: 2px solid #43676b;
    border-radius: 29px;
    width: 48%;
    height: 191px;
    margin: 13px 6px;
    padding: 20px 21px;
}

.feature-block ul.ul-table li .ul-table-cell-title {
    border: 1px solid #7f7e7f;
    background-color: #7f7e7f;
    color: #ffffff;
    padding: 5px;
}

.feature-block ul.ul-table li .ul-table-cell-body {
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 100%;
}

.feature-block ul.ul-table li .ul-table-cell-body img {
    width: 110px;
}

.feature-block ul.ul-table li .ul-table-cell-body-left {
    float: left;
    width: 64%;
    padding: 10px 5px;
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 128px;
    font-size: 13.5px;
}

.feature-block ul.ul-table li .ul-table-cell-body-right {
    float: right;
    width: 36%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 128px;
    align-items: center;
}

.static-page .wrapper-intro ul.ul-table li .ul-table-cell-body img {
    width: 150px;
    margin: 0;
}

.search-property {
    padding: 60px 0;
    text-align: center;
    background-image: url(/images/banner.png);
    background-size: cover;
    background-position: center;
}
.search-property .search-title {
    margin-bottom: 40px;
}
.search-title span {
    font-size: 2rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    line-height: 2rem;

}
.search-property .search-title span {
    color: #fff;
}
.select-search .input-field {
    margin-bottom: 40px;
    border-radius: 5px;
    position: relative;
}
.btn-search {
    border-radius: 5px;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 128, 0);
    width: 180px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    color: #fff;
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}
.search-property .btn-search:hover {
    box-shadow: 0px 1px 4px 0px rgba(255, 255, 255, 0.75);
}
.btn-search img {
    margin-right: 13px;
    width: 21.36px;
}
.featured-properties {
    text-align: center;
    padding: 60px 0px;
}
.featured-properties .items {
    -webkit-box-shadow: 0px 0px 25px 0px rgba(150,150,150,1);
    -moz-box-shadow: 0px 0px 25px 0px rgba(150,150,150,1);
    box-shadow: 0px 0px 25px 0px rgba(150,150,150,1);
    border-radius: 5px;
}
.featured-properties .items img {
    width: 100%;
    padding: 10px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.item-content {
    padding: 15px;
    text-align: left;
}
.item-content > span {
    color: #666666;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}
.item-content p {
    margin: 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    padding-top: 5px;
    font-size: 14px;
    color: #666666;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}
.item-content p > span, .item-content p ~ p {
    font-family: 'Noto Sans JP', sans-serif;
}
.item-detail {
    margin-top: 15px;
    display: block;
    text-align: right;
}
.item-detail a {
    font-size: 15.96px;
    line-height: 15.96px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #43676b;
}
.featured-properties .item-detail img {
    width: 22px;
    position: relative;
    top: -2px;
}

.featured-properties .search-title {
    text-align: center;
    color: #44676B;
    font-size: 2rem;
    line-height: 2rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin-bottom: 40px;
}
.input-field select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background-color: #fff;
    background-image: none;
}
.input-field select {
    flex: 1;
    padding: 10px;
    cursor: pointer;
}
.input-field::after {
    content: '\25BC';
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translate(40%, -50%);
    padding: 0 1em;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
    color: #43676b;
}
.input-field::before {
    content: "";
    background: #43676b;
    width: 1px;
    height: 35px;
    top: 50%;
    right: 61px;
    transform: translate(0%, -50%);
    position: absolute;
}
.input-field select {
    height: 60px;
    border-radius: 0;
    padding-left: 35px;
    color: #43676b;
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}
.item-content h3 {
    margin-bottom: 0;
    line-height: 1.25rem;
}
.wrap-round {
    font-weight: 600;
    color: #43676b;
    font-size: 1.25rem;
    letter-spacing: 1px;
    line-height: 1.25rem;
}
.load-more-section {
    margin-top: 60px;
    position: relative;
    width: 100%;
}
.load-more {
    border-radius: 5px;
    border: 1px solid #43676b;
    background-color: #fff;
    width: 180px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    color: #43676b;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}
.load-more:hover {
    box-shadow: 0px 1px 4px 0px rgba(140, 140, 140, 0.75);
    color: #41696B;
}
.concept-block p {
    font-size: 32px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 32px;
}
.concept-price {
    background-color: #7b9497;
}
.concept, .concept-trading, .concept-know-how {
    background-color: #43676b;
}
.concept-block {
    padding-top: 115px;
    padding-bottom: 70px;
    color: #fff;
    position: relative;
    width: 100%;
    text-align: center;
}

.access-link {
    position: relative;
    width: 100%;
    overflow: auto;
}
.access-link .load-detail {
    border: 1px solid #fff;
    width: 180px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    border-radius: 5px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}
.access-link .load-detail:hover {
    box-shadow: 0px 1px 4px 0px rgba(253, 253, 253, 0.72);
}
.content-block {
    margin-bottom: 100px;
}
.concept-block:last-child {
    margin-bottom: 0;
}
.search-property .row-select, .featured-properties .row-featured {
    justify-content: center;
}
.search-property .items, .featured-properties .col-items {
    padding: 0px;
    margin-right: 40px;
    max-width: 260px;
}
.search-property .items:last-child, .featured-properties .col-items:last-child {
    margin-right: 0;
}
.title-estate {
    display: block;
}
.detail-hidden {
    visibility: hidden;
}
span.date-updated {
    color: #666666;
    font-size: 14px;
    line-height: 14px;
    display: block;
    margin-top: 10px;
    font-weight: 600;
    text-align: left;
}

.introduce-section {
    background-color: #ffffff;
    width: 47%;
    margin: 0 auto;
    margin-bottom: 67px;
    text-align: center;
    padding: 18px 36px 33px 36px;
}

.introduce-section .introduce-title {
    color: #43676b;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 12px;
}

.introduce-section .introduce-text {
    background-color: #7b9498;
    color: #ffffff;
    padding: 15px 10px;
    font-size: 17px;
}

.row-featured .item-content span.property-eye {
    padding-left: 2px;
}
.tooltip-inner {
    background: #000 !important;
}
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #000 !important;
}

/**----------------------
 Responsive
 ------------------------*/
@media (min-width: 1400px) {
    .introduce-section {
        width: 33%;
    }
}

@media (max-width: 1024px) {
    .feature-block {
        width: 77%;
    }

    .feature-block ul.ul-table li {
        margin: 13px 5px;
        height: 200px;
    }

    .feature-block ul.ul-table li .ul-table-cell-body-left {
        height: 138px;
        padding: 9px;
        font-size: 14px;
    }

    .feature-block ul.ul-table li .ul-table-cell-body-right {
        height: 138px;
    }

    .banner {
        padding-top: 91px;
    }

    .introduce-section {
        width: 62%;
        margin-bottom: 56px;
    }
}

@media (max-width: 991px) {
    .search-property .items, .featured-properties .col-items {
        padding: 0 15px;
        margin: 0;
        max-width: 100%;
    }
    .input-field select {
        padding-left: 15px;
        font-size: 18px;
    }
    .dentis-buttons div.btn-wrap {
        display: block;
        margin: auto;
    }
    .dentis-buttons div.btn-wrap:first-child {
        margin-bottom: 100px;
    }
}
@media (max-width: 768px) {
    .banner {
        padding-top: 120px;
        background-position: -268% 42%;
        background-size: 363%;
    }
    .dentis-buttons, .select-search > div, .featured-properties > div {
        max-width: 675px;
        margin: auto;
    }
    .dentis-buttons a {
        font-size: 26px;
        width: 100%;
    }
    .notice {
        width: 90%;
        max-width: 675px;
        padding: 27px 38px;
        margin: 117px auto 120px;
        height: auto;
    }
    .notice-title {
        font-size: 28px;
        line-height: 28px;
    }
    .notice-content p {
        font-size: 28.01px;
        line-height: 36.01px;
        border-width: 2px;
        padding: 10px 0;
    }
    .notice-content p:last-child {
        padding-top: 20px;
    }
    .notice-content p > strong {
        display: block;
        font-size: 24.01px;
        line-height: 24.01px;
        margin-bottom: 4px;
    }
    .notice a{
        font-size: 26px;
        line-height: 26px;
    }
    .notice a img {
        width: 36px;
        margin-top: -5px;
    }
    .see-more span {
        font-size: 22px;
        line-height: 22px;
    }
    .see-more a {
        width: 74px;
        height: 74px;
        margin-top: 13px;
    }
    .see-more a img {
        width: 19px;
    }
    .see-more {
        padding-bottom: 80px;
    }
    .search-property {
        padding: 82px 0 80px;
    }
    .search-property .search-title {
        margin-bottom: 40px;
    }
    .search-property .search-title span {
        font-size: 42px;
        line-height: 42px;
    }
    .search-property .items {
        width: 90%;
        max-width: 540px;
        margin-right: 0px;
        flex: 0 0 100%;
    }
    .input-field select {
        height: 100px;
        font-size: 32px;
        line-height: 32px;
        padding-left: 100px;
    }
    .select-search .input-field {
        margin-bottom: 40px;
    }
    .input-field::before {
        height: 64px;
        width: 2px;
        right: 109px;
    }
    .btn-search {
        width: 90%;
        max-width: 300px;
        height: 80px;
        border-width: 2px;
        font-size: 30px;
        border-radius: 10px;
    }
    .btn-search img {
        width: 35px;
    }
    .featured-properties {
        padding: 82px 0 142px;
    }
    .featured-properties .col-items{
        max-width: 670px;
        margin: auto;
        margin-bottom: 40px;
        flex: 0 0 100%;
    }
    .featured-properties .search-title{
        font-size: 42px;
        line-height: 42px;
    }
    .featured-properties .items {
        border-radius: 10px;
    }
    .featured-properties .col-items:last-child {
        margin: auto;
    }
    .item-content {
        padding: 30px 34px 45px 34px;
    }
    .item-content > span {
        font-size: 24px;
    }
    .item-content h3, .wrap-round {
        font-size: 36px;
        line-height: 36px;
        margin-top: 5px;
    }
    .item-content p {
        font-size: 28.05px;
        line-height: 28.05px;
        padding: 23px 0;
    }
    .item-detail {
        margin-top: 33px;
    }
    .item-detail a {
        font-size: 25.82px;
        line-height: 25.82px;
    }
    .featured-properties .item-detail img {
        width: 36px;
    }
    .load-more-section {
        margin-top: 80px;
    }
    .load-more {
        width: 90%;
        max-width: 300px;
        height: 80px;
        border-width: 2px;
        font-size: 30px;
        border-radius: 10px;
    }
    .concept-block {
        padding: 285px 0 125px;
    }
    .content-block {
        margin-bottom: 80px;
    }
    .access-link .load-detail {
        width: 90%;
        max-width: 300px;
        height: 80px;
        font-size: 30px;
        border-width: 2px;
        border-radius: 10px;
    }
    .input-field::after {
        right: 50px;
    }

    .movie-block .movie_inner {
        display: block;
    }

    .movie-block .movie_inner .movie_box {
        width: 90%;
        margin: 10px auto;
        padding: 0;
    }

    .feature-block ul.ul-table li {
        width: 100%;
        height: 200px;
    }

    .movie-block .movie_inner {
        display: block;
    }

    .movie-block .movie_inner .movie_box {
        width: 90%;
        margin: 10px auto;
        padding: 0;
    }

    .introduce-section {
        width: 63%;
    }
}

@media (max-width: 700px) {
    .featured-properties .row-featured {
        width: 100%;
        margin: auto;
    }

    .introduce-section {
        width: 70%;
    }
}
@media (max-width: 600px) {
    .banner {
        padding-top: 80px;
        background-position: -268% 55%;
        background-size: 363%;
    }
    .notice {
        padding: 20px 20px;
        margin: 80px auto 80px;
    }
    .notice-title {
        font-size: 25px;
        line-height: 25px;
    }
    .search-property .search-title span {
        font-size: 32px;
        line-height: 32px;
    }
    .featured-properties .row-featured {
        padding-top: 10px;
    }
    .notice-content p {
        font-size: 18px;
        line-height: 25px;
    }
    .featured-properties .search-title {
        font-size: 32px;
        line-height: 32px;
    }
    .notice-content p > strong {
        font-size: 16px;
        line-height: 16px;
    }
    .notice a{
        font-size: 22px;
        line-height: 22px;
    }
    .notice a img {
        width: 26px;
    }
    .see-more span {
        font-size: 20px;
        line-height: 20px;
    }
    .see-more a img {
        width: 14px;
    }
    .see-more a {
        width: 60px;
        height: 60px;
    }
    .see-more {
        padding-bottom: 60px;
    }
    .input-field select {
        font-size: 25px;
        line-height: 25px;
        padding-left: 50px;
        height: 70px;
    }
    .select-search .input-field {
        margin-bottom: 30px;
    }
    .input-field::before {
        height: 50px;
        right: 60px;
    }
    .btn-search {
        height: 70px;
        font-size: 27px;
    }
    .btn-search img {
        width: 27px;
    }
    .featured-properties .col-items{
        margin-bottom: 20px;
    }
    .item-content {
        padding: 20px;
    }
    .item-content > span {
        font-size: 18px;
    }
    .item-content h3, .wrap-round {
        font-size: 28px;
        line-height: 28px;
    }
    .item-content p {
        font-size: 24px;
        line-height: 24px;
        padding: 15px 0;
    }
    .item-detail {
        margin-top: 20px;
    }
    .item-detail a {
        font-size: 22px;
        line-height: 22px;
    }
    .featured-properties .item-detail img{
        width: 25px;
    }
    .load-more {
        width: 80%;
        max-width: 250px;
        height: 70px;
        font-size: 22px;
    }
    .concept-block {
        padding: 140px 0 70px;
    }
    .content-block {
        margin-bottom: 50px;
    }
    .concept-block p {
        font-size: 30px;
        line-height: 30px;
    }
    .access-link .load-detail {
        width: 80%;
        max-width: 200px;
        height: 65px;
        font-size: 22px;
    }
    .input-field::after {
        right: 25px;
    }
    .introduce-section {
        width: 81%;
    }
}
@media (max-width: 575px) {
    .featured-properties .row-featured {
        width: 100%;
        max-width: 540px;
    }
    .dentis-buttons div.btn-wrap {
        width: 90%;
        padding: 35px 20px 10px 20px;
        border-radius: 30px;
    }
    .introduce-section {
        width: 84%;
    }
}

@media (max-width: 414px) {
    .introduce-section {
        width: 90%;
        padding: 13px 19px 22px 19px;
    }

    .introduce-section .introduce-text {
        font-size: 13px;
    }
}

@media (max-width: 375px) {
    .banner {
        padding-top: 60px;
        background-position: -247% 0%;
        background-size: 454%;
    }
    .dentis-buttons a {
        font-size: 20px;
    }
    .search-property {
        padding: 41px 0 40px;
    }
    .featured-properties {
        padding: 41px 0 100px;
    }
    .input-field select {
        font-size: 18px;
        line-height: 18px;
    }
    .notice {
        margin: 60px auto 60px;
    }
    .notice-title {
        font-size: 22px;
        line-height: 22px;
    }
    .notice-content p {
        font-size: 16px;
        line-height: 25px;
    }
    .notice-content p > strong {
        font-size: 14px;
        line-height: 14px;
    }
    .notice a{
        font-size: 18px;
        line-height: 18px;
    }
    .notice a img {
        width: 22px;
    }
    .see-more span {
        font-size: 18px;
        line-height: 18px;
    }
    .see-more a img {
        width: 12px;
    }
    .see-more a {
        width: 50px;
        height: 50px;
    }
    .see-more {
        padding-bottom: 40px;
    }
    .btn-search {
        font-size: 25px;
    }
    .btn-search img {
        width: 25px;
    }
    .item-content > span {
        font-size: 15px;
    }
    .item-content h3, .wrap-round {
        font-size: 22px;
        line-height: 22px;
    }
    .item-content p {
        font-size: 20px;
        line-height: 20px;
    }
    .item-detail a {
        font-size: 20px;
        line-height: 20px;
    }
    .featured-properties .item-detail img{
        width: 22px;
    }
    .load-more {
        width: 80%;
        max-width: 200px;
        height: 65px;
        font-size: 22px;
    }
    .content-block {
        margin-bottom: 50px;
    }
    .concept-block p {
        font-size: 26px;
        line-height: 26px;
    }
    .access-link .load-detail {
        width: 80%;
        max-width: 200px;
        height: 65px;
        font-size: 22px;
    }
    .dentis-buttons div.btn-wrap span.title, .btn-contact a  {
        font-size: 1.2rem;
    }
    .introduce-section {
        width: 91%;
    }
    .introduce-section .introduce-text {
        font-size: 18px;
    }
}

/* Add By Menergia */
.notice {
    background-color: #7b9497;
    margin: 60px auto 30px;
}
.notice-title {
    color: #e7dfd1;
}
.notice-content p {
    border-bottom: 1px solid #e7dfd1;
    color: #fff;
}
.notice a {
    color: #e7dfd1;
}
.movie-block {
    padding: 40px 0;
    background-color: #7b9497;
}
.movie-block .movie-title {
    text-align: center;
    color: #ffffff;
    font-size: 2rem;
    line-height: 2rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin-bottom: 40px;
}
.movie-block .movie_inner {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}
.movie-block .movie_inner .movie_box {
    width: 33.33%;
    text-align: center;
    padding: 0 10px;
}
.movie-block .movie_inner .movie_box video {
    width: 100%;
}
.movie-block .movie_inner .movie_box .wrap {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}
.movie-block .movie_inner .movie_box .wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}