.banner_rem>.banner-content, .ucconf>h1, .ucconf>p {
    display: none
}
.brand-header.ucconf {
    background: url(images/uc-banner.jpg) center bottom no-repeat;
    background-size: cover
}
.ucconf>.banner-content {
    display: block
}
.banner-content {
    text-align: center;
    padding-top: 100px
}
.banner-content img {
    width: 350px;
    display: block;
    margin: 0 auto 40px
}
.brand-header p.tit {
    color: #fff;
    font-size: 1.8em;
    padding: 20px 0
}
.brand-header p.hdate, .brand-header p.hvenue {
    padding: 5px 0 5px 30px;
    display: inline-block;
    margin: 0 30px 0 0;
    font-size: 1.5em;
    position: relative;
    z-index: 2;
    color: #fff
}
.hdate {
    background: url(images/cal-icon.svg) left center no-repeat;
    background-size: 20px
}
.hvenue {
    background: url(https://www.manageengine.cn/events/2019/userconf/images/dallas-location-icon.svg) left center no-repeat;
    background-size: 18px
}
a.register {
    display: inline-block;
    padding: 15px 30px;
    margin-top: 80px;
    background: #ffda00;
    color: #000;
    font-size: 1.3em
}
a.register:hover {
    background: #292929;
    color: #fff
}

@media only screen and (min-width:1800px) {
.banner-content {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2)
}
}

@media only screen and (max-width:1350px) {
.banner-content {
    padding-top: 60px
}
a.register {
    margin-top: 60px
}
}

@media only screen and (max-width:1025px) {
.brand-header.ucconf {
    height: auto!important;
    padding-bottom: 50px
}
.banner-content img {
    width: 260px
}
}