body {
    background-color: #000000;
}

.banner-container {
    position: relative;
    width: 100%;
    height: 700px;
    background-image: url("blackopiumrebel06.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -100px;
}
.banner-icon {
    display: none;
    width: 36px;
    height: 36px;
    background-image: url("blackopiumlogo01.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-title {
	color: #FFFFFF;
	position: left;
	font-family:  'Noto Serif', serif;
	font-size: 52px;
	line-height: 71px;
    text-align: right;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 247px 40px 0 40px;
}
.banner-desc {
	color: #F7F3F2;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 100;
	line-height: 25px;
    text-align:right;
    margin: 12px auto 0 auto;
    padding: 0 40px;
}
.banner-btn-container {
    height: 40px;
    margin: 20px 0;
    text-align: right;
	padding-right: 40px;
}
.banner-btn {
    display: inline-block;
    height: 100%;
    border-radius: 0px; background-color: #2B3C6A;
    border: 2px solid #FFFFFF;
    padding: 0px 34px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
}

.about-container {
    background-color: #FFFFFF;
    padding: 30px 0;
}
.about-container .content {
    margin-top: 10px;
}

.feature-container {
    width: 100%;
    background-color: #F4F3F3;
    padding: 30px 0;
}
.feature-content {
    margin-top: 10px;
}
.feature-content img {
    display: inline-block;
    width: 460px;
    height: 228px;
    margin-right: 22px;
}
.feature-desc-container {
    display: inline-block;
    vertical-align: top;
}
.feature-desc {
    color: #444444;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
}
.feature-btn {
    display: inline-block;
    height: 40px;
    border-radius: 0px;
    padding: 0px 34px;
    margin-top: 20px;
    background-color: #2B3C6A;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
}

.news-container {
    padding: 40px 0;
}
.news-ele-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    -ms-grid-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-template-rows: 400px;
    -ms-grid-rows: 400px;
    grid-gap: 20px;
    margin-top: 40px;
}
.news-ele {
    position: relative;
    width: 100%;
    height: 400px; 
}
.news-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    border-radius: 4px;
    background-position: center;
}
.news-text-wrapper {
    position: relative;
    width: 300px;
    margin: 0 auto;
}
.news-text-container {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 0 25px 30px 25px;
    box-sizing: border-box;
}
.news-title {
	width: 100%;
	color: #FFFFFF;
	font-family: 'Noto Serif', serif;
	font-size: 20px;
	line-height: 24px;
}
.news-desc {
	width: 100%;
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
    line-height: 16px;
    margin-top: 10px;
}
.news-ele-end {
    clear: both;
    margin-bottom: 80px;
}

.content-title {
	width: 100%;
	color: #444444;
	font-family: 'Noto Serif', serif;
	font-size: 30px;
	line-height: 41px;
}
.content {
	width: 100%;
	color: #444444;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
}

@media 
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
    .banner-container {
        background-image: url("blackopiumrebel06.png");
    }
    .banner-icon {
        background-image: url("/public/img/logo@2x.png");
    }
}

@media 
(-webkit-min-device-pixel-ratio: 3),
(min-resolution: 3dppx) {
    .banner-container {
        background-image: url("blackopiumrebel06.png");
    }
    .banner-icon {
        background-image: url("/public/img/logo@3x.png");
    }
}

@media only screen and (max-width: 982px) {
    .banner-container {
        height: 480px;
        margin-top: -60px;
    }
    .banner-icon {
        display: block;
        position: relative;
        top: 140px;
        margin: 0 auto;
    }
    .banner-title {
        font-size: 26px;
        padding: 148px 20px 0 20px;
        line-height: 36px;
    }
    .banner-desc {
        font-size: 16px;
        margin: 13px auto 0 auto;
    }

    .about-container {
        width: 100%;
        padding: 50px 10px 30px 10px;
        box-sizing: border-box;
    }
    .content-title {
        font-size: 22px;
    }
    .content {
        font-size: 14px;
    }

    .feature-container {
        padding: 40px 10px 30px 10px;
        box-sizing: border-box;
    }
    .feature-content img {
        display: block;
        width: 100%;
        max-width: 460px;
        height: auto;
    }
    .feature-desc-container {
        display: block;
        margin-top: 10px;
        width: 100%;
    }
    .feature-btn {
        width: 100%;
        box-sizing: border-box;
    }

    .news-container {
        width: 100%;
        padding: 0px 10px 30px 10px;
        box-sizing: border-box;
    }
    .news-ele-container {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        -ms-grid-columns: repeat(auto-fill, minmax(300px, 1fr));
        grid-template-rows: 240px;
        -ms-grid-rows: 240px;
        grid-gap: 10px;
        margin-top: 40px;
    }
    .news-ele {
        height: 240px;
    }
    .news-ele-end {
        margin-bottom: 0px;
    }
}