section.rtkn-hero {
    position: relative;
    display: block;
    width: 100%;
    height: 90vh;
    padding: 0;
    margin: 0;
}

section.bg-rtkn-grey {
    background: #111111;
}

section.rtkn-hero > video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top center;
    margin: 0;
    padding: 0;
}

section.rtkn-hero > content {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: unset;
    padding: 0 32px 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 100%);
}

section.rtkn-hero > content > titlewrap {
    position: relative;
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 52px;
    -webkit-filter: drop-shadow(0px 0px 52px rgba(0, 0, 0, 1)) drop-shadow(0px 0px 32px rgba(0, 0, 0, 1));
    filter: drop-shadow(0px 0px 52px rgba(0, 0, 0, 1)) drop-shadow(0px 0px 32px rgba(0, 0, 0, 1));
}

section.rtkn-hero > content > titlewrap > img {
    position: relative;
    display: block;
    width: 350px;
    height: auto;
    margin: 0 auto 32px;
}

section.rtkn-hero > content > titlewrap > h3 {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    color: #ffffff;
    text-align: center;
}








section.rtkn-satellite-hero {
    position: relative;
    display: block;
    width: 100%;
    height: 90vh;
    min-height: 900px;
    padding: 0;
    margin: 0;
}

section.rtkn-satellite-hero > video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top center;
    margin: 0;
    padding: 0;
}

section.rtkn-satellite-hero > content {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    max-width: unset;
    padding: 0 32px 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 75%, #111111 100%);
}

section.rtkn-satellite-hero > content > titlewrap {
    position: relative;
    display: block;
    width: 100%;
    max-width: 750px;
    margin: 32px auto 0;
    -webkit-filter: drop-shadow(0px 0px 52px rgba(0, 0, 0, 1)) drop-shadow(0px 0px 32px rgba(0, 0, 0, 1));
    filter: drop-shadow(0px 0px 52px rgba(0, 0, 0, 1)) drop-shadow(0px 0px 32px rgba(0, 0, 0, 1));
}

section.rtkn-satellite-hero > content > titlewrap > img {
    position: relative;
    display: block;
    width: 350px;
    height: auto;
    margin: 0 auto 32px;
}

section.rtkn-satellite-hero > content > titlewrap > h1 {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 32px 0;
    color: #ffffff;
    text-align: center;
}

section.rtkn-satellite-hero > content > titlewrap > p {
    position: relative;
    display: block;
    width: 100%;
    color: rgba(255, 255, 255, .9);
    text-align: center;
    line-height: 1.55;
}