#page-wrapper.wrapper-no-subtitle{
    padding:0;
}
#page-wrapper{
    background-color: transparent;
}

#LandingTarget {
}

    #LandingTarget #type_a, #LandingTarget #type_b {
        position: relative;
        height: 100vh;
    }

#LandingTarget #type_a .cover {
    width: 100%;
    height: auto;
}

        #LandingTarget #type_a .item-center-bottom {
            position: absolute;
            bottom: 35px;
            margin-left: auto;
            margin-right: auto;
            left: 0;
            right: 0;
            padding: 12px;
        }

        #LandingTarget #type_b .cover {
            width: 100%;
            height: auto;
        }

        #LandingTarget #type_b .item-left-center {
            position: absolute;
            left: 20%;
            top: 50%; /* position the top  edge of the element at the middle of the parent */
            transform: translate(-50%, -50%); /* This is a shorthand of  translateX(-50%) and translateY(-50%) */
        }

            .item-layout .count_down li {
                border: none;
                font-weight: 700;
            }

            .item-layout .nav-btn-group{
               
            }

                .item-layout .nav-btn-group .btn {
                    min-width: 170px;
                    margin: 5px 10px;
                }
.background-fixed {
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

.background-landing-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: -9;
}

    .background-landing-fixed img {
        position: absolute;
        margin: 0;
        width: 100%;
        top: 0;
        left: 50%;
        transform: translate(-50%, -0%);
    }

@media(max-width: 1080px) {
    #LandingTarget #type_b .item-left-center {
        left: 50%;
        width: 80%;
    }
}

@media (max-width: 767px) {
    #LandingTarget #type_a .item-center-bottom {
        bottom: 50px;
    }

    .background-landing-fixed img {
        top: 50%;
        transform: translate(-50%, -50%);
    }
}