
.wp-prepress-layout-article-header {
    display: none;
}

.bts-series-banner>img {
	display:block;
	width:100%;
	padding: 0;
}

.bts-series-sub {
	text-align: right;
    margin-right: 60px;
    position: relative;
    top: -240px;
    color: #fff;
}

.bts-series-banner {
    display: flex;
    flex-wrap: wrap;
}

.token {
    display: none;
    width: 95.4444%;
    font-size: 0.875em;
    font-family: Benton-Sans;
    justify-content: flex-end;
    position: relative;
    margin-top: -25%;
    color: #fff;
    text-align: right;
    z-index: 999;
}

.switch-token {
    display: flex;
    width: 95.4444%;
    font-size: 0.813em;
    font-family: Benton-Sans;
    justify-content: flex-end;
    position: relative;
    margin-top: -25%;
    color: #fff;
    text-align: right;
    z-index: 999;
}

@media only screen and (min-width: 620px) {
    .token {
        display: flex;
    }

    .switch-token {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .token {
        font-size: 1em;
    }
}

@media only screen and (min-width: 1080px) {
    .token {
        margin-top: -16%;
    }
}

@media only screen and (min-width: 1500px) {
    .token {
        font-size: 1.125em;
    }
}


