/** General **/
.home .container {
    background: transparent;
}
body.home #YouTubeModal {
    z-index: 999999;
}
#future a, #feeds p a {
    text-decoration: none;
}
/** End General **/
/** RTP **/
div#rtp {
    display: none !important;
}
.rtp-band {
    display: flex;
    align-items: center;
    justify-content: center;
}
.rtp-band h2 {
    font-size: 46px;
    font-weight: bold;
    line-height: 1.1em;
    letter-spacing: 3px;
}
.rtp-band p {
    font-size: 19px;
    line-height: 1.3em;
}
/** End RTP **/