html,
body {
    margin: 0;
    background-color: black;
/*    background-image: linear-gradient(-135deg, hotpink, aqua);*/
}

#playerWrap {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

#Still {
    width: 100%;
    height: 100%;
    opacity: .1;
    position: absolute;
    z-index: 2000;
}


/* width */

::-webkit-scrollbar {
    width: 20px;
}


/* Track */

::-webkit-scrollbar-track {
    background: aqua;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: hotpink;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: black;
}

.black_shape {
    height: 100%;
    width: 100%;
    z-index: 4;
    position: absolute;
}

.videoBG {
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.1);
    z-index: 1;
}

.menu {
    position: absolute;
    height: auto;
    margin: 0;
    padding: 0;
    bottom: 3%;
    z-index: 10;
    right: 3%;
}

.icon {
    font-size: 25px;
    line-height: 55px;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 10px 0px 10px 10px;
    border-radius: 3px;
}

a {
    text-decoration: underline;
    color: black;
}

.icon_colour {
    color: aqua;
    background-color: fuchsia;
}

.icon_colour:hover {
    color: fuchsia;
    background-color: aqua;
    cursor: pointer;
}

.icon_colour_ON {
    color: fuchsia;
    background-color: aqua;
    cursor: pointer;
}

.icon_white {
    color: #ffffff;
    background-color: #aaaaaa;
}

.icon_white:hover {
    color: #aaaaaa;
    background-color: #ffffff;
    cursor: pointer;
}

.icon .fas,
.icon .fab {
    line-height: 50px;
}

#close_b_sauce .fas,
#close_b_sauce .fab {
    line-height: 50px !important;
}

#close_b_sauce:hover,
#close_b_sauce:hover {
    color: fuchsia;
    background-color: aqua;
}

.down_arrow {
    color: #aaaaaa;
    right: 0;
    margin-right: 7%;
    bottom: 1%;
    position: absolute;
    z-index: 200;
    opacity: .4;
}

.info {
    color: #aaaaaa;
    right: 0;
    margin-right: 5%;
    bottom: 15%;
    position: absolute;
    z-index: 200;
    opacity: .4;
}

.white {
    color: #eeeeee;
}

.black {
    color: black;
    font-size: 18px;
    font-weight: 400;
}

.swipe_indicator {
    font-size: 14px;
}

.black_arrow {
    color: black;
    margin-right: 7%;
}

.white_arrow {
    margin-right: 7%;
}

.swiper-container {
    width: 660px;
    height: 250px;
    color: #000;
    text-align: center;
}

.swiper-nested {
    width: 100%;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    background-attachment: static;
    position: relative;
    overflow: hidden;
}

.loader {
    width: 300px;
    height: 250px;
    background-color: black;
    position: relative;
    top: 30px;
    left: 25px;
    z-index: 300;
    background-image: url(../img/Play.jpg);
}

h1 {
    font-family: canada-type-gibson, sans-serif;
    font-weight: 900;
    font-size: 100%;
    margin: auto;
}

h2 {
    font-family: canada-type-gibson, sans-serif;
    font-weight: 700;
    font-size: 40px;
    margin: auto;
    text-align: left;
}

p {
    font-family: canada-type-gibson, sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 14px;
    margin: auto;
    line-height: 18px;
    color: #000;
}

.heading_D1 {
    position: absolute;
    height: auto;
    max-width: 500px;
    max-height: 40%;
    margin-left: 50%;
    margin-right: 66px;
    opacity: 1;
    top: 22%;
    z-index: 4;
}

.bodycopy {
    font-size: 20px;
    text-align: left;
    line-height: 26px;
}

.clear {
    clear: both;
}

.stop_Video{
    background-color: fuchsia;
    position: absolute;
    z-index: 4000;
    bottom: 20px;
    left:20px
}
.play_Video{
    background-color: fuchsia;
    position: absolute;
    z-index: 4000;
    bottom: 20px;
    left:20px;
    display: none;
}

.unmute_Video{
    background-color: fuchsia;
    position: absolute;
    z-index: 4000;
    bottom: 20px;
    left:90px;
}
.mute_Video{
    background-color: fuchsia;
    position: absolute;
    z-index: 4000;
    bottom: 20px;
    left:90px;
    display: none;
}

.music_black {
    background-color: fuchsia;
}

.music_white {
    background-color: #dddddd;
}

.music {
    width: 400px;
    height: 370px;
    position: absolute;
    right: 3%;
    opacity: 1;
    bottom: 18%;
    z-index: 12;
    border-radius: 6px;
    display: none;
}

.words {
    box-sizing: border-box;
    padding: 10px;
    width: 400px;
    height: 500px;
    overflow-y: scroll;
    position: absolute;
    right: 3%;
    opacity: 1;
    bottom: 16%;
    z-index: 12;
    border-radius: 6px;
    display: none;
}

.spotify {
    background-image: url(../img/music_service/music-service_spotify.svg);
}

.itunes_b {
    background-image: url(../img/music_service/music-service_itunes.svg);
}

.applemusic_b {
    background-image: url(../img/music_service/music-service_applemusic.svg);
}

.google_b {
    background-image: url(../img/music_service/music-service_google-play.svg);
}

.tidal_b {
    background-image: url(../img/music_service/music-service_tidal.svg);
}

.itunes_w {
    background-image: url(../img/music_service/music-service_itunes_w.svg);
}

.applemusic_w {
    background-image: url(../img/music_service/music-service_applemusic_w.svg);
}

.google_w {
    background-image: url(../img/music_service/music-service_google-play_w.svg);
}

.tidal_w {
    background-image: url(../img/music_service/music-service_tidal_w.svg);
}

.music_title {
    font-family: 'Dosis', sans-serif;
    font-size: 35px;
    text-align: left;
    padding: 10px 0 10px 24%;
    margin: 0 0 0 0;
    background-color: #cc0000;
    box-sizing: border-box;
}

.music_sauce {
    font-family: 'Dosis', sans-serif;
    font-size: 35px;
    text-align: center;
    padding: 17px 0;
    margin: 0 0 0 0;
    background-color: #cc0000;
    box-sizing: border-box;
}

.music_title_black {
    background-color: aqua;
    color: #000;
}

.music_title_black h1,
.music_title_black p {
    color: #000;
}

.music_title_white {
    background-color: #ffffff;
}

.music_title_white h1,
.music_title_white p {
    color: black;
}

.music_subtitle {
    font-size: 22px;
    text-align: left;
    line-height: 17px;
    text-indent: 30px;
}

.music_service {
    width: 160px;
    height: 50px;
    margin: 10px auto;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 11;
    display: block;
}

.music_service:hover {
    cursor: pointer;
}

#words_section_M,
#words_1_button_M {
    display: none;
}

#insta_1_button,
#insta_2_button {
    font-weight: bold;
}

#close_music_D {
    position: absolute;
    right: 0;
    top: 0;
    /*
    font-size: 30px;
    line-height: 20px;
*/
    padding: 10px;
}

#close_b_sauce,
#close_w_sauce {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    padding: 1px 10px;
    background-color: fuchsia;
    line-height: 50px !important;
}

#close_b_sauce:hover {
    color: white;
}

#close_w_sauce {
    color: black;
    background-color: white;
}

#close_w_sauce:hover {
    color: #333333;
}

@media screen and (max-width: 480px) {
    h2 {
/*        font-family: 'Dosis', sans-serif;*/
/*        font-size: 28px;*/
/*        color: #AAAAAA;*/
        margin: 0 0 10px 0;
        text-align: left;
    }
    .music_title {
        text-align: center !important;
        padding: 10px 0 10px 0;
    }
/*
    @keyframes example {
        0% {left: 150%; opacity: 1;}
        50% {left: 0; opacity: 1;}
        100% {left: -150%; opacity: 1;}    
    }
*/
    .videoBG {
        position: absolute;
        top: 0;
        left: 0;
/*        transform: scale(4);*/
        z-index: 1;
/*
        animation-delay: 1s;
        animation-name: example;
        animation-duration: 10s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
*/
    }
/*
    .black_text {
        height: 50%;
        width: 80%;
        margin: 0 10%;
        background-image: url(../img/logo.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center top;
        z-index: 5;
        position: absolute;
        box-sizing: border-box;
    }
*/
/*
    .black_shape {
        height: 100%;
        width: 100%;
        background-image: url(../img/MainBG_1.jpg) !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 30% 30%;
        z-index: 4;
        position: absolute;
    }
*/
    .heading_D1 {
        position: absolute;
        height: auto;
        max-width: 90%;
        max-height: 400px;
        margin-left: 5%;
        margin-right: 0;
        top: 10px;
        z-index: 11;
        background-color: black;
        opacity: .8;
        padding: 10px;
        box-sizing: border-box;
        overflow: scroll;
    }
    .down_arrow {
        color: #aaaaaa;
        left: unset;
        margin-left: 0;
        bottom: 0;
        position: absolute;
        z-index: 200;
        opacity: .4;
        text-align: right;
        margin-right: 2%;
    }
    .menu {
        width: auto;
        position: absolute;
        height: auto;
        margin: 0 8%;
        padding: 0;
        bottom: 3%;
        right: unset;
    }
    .icon {
        float: left;
        font-size: 25px;
        line-height: 55px;
        display: inline-block;
    }
    .swipe_indicator {
        font-size: 18px !important;
        line-height: 24px !important;
    }
    .music {
        width: 95%;
        height: 370px;
        position: absolute;
        right: unset;
        left: unset;
        opacity: 1;
        display: none;
        box-sizing: border-box;
        margin: 10px;
        top: 14%;
    }
    .words {
        width: 100%;
        height: 100%;
        margin: 0;
        overflow-y: scroll;
        box-sizing: border-box;
        padding: 10px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 1;
        z-index: 12;
        border-radius: 0;
    }
    .music_title {
        font-size: 7vw;
    }
    .music_subtitle {
        margin: 6 0 5 0;
        line-height: 7px;
        text-indent: 12px;
/*        font-size: 4vw;*/
    }
    .bodycopy {
        font-size: 15px;
        line-height: 19px;
        width: 97%;
        margin-left: 0;
    }
    #words_section_D,
    #words_1_button_D {
        display: none;
    }
    #words_1_button_M {
        display: block;
    }
    #close_music_M {
        position: fixed;
        right: 20px;
        top: 0;
        padding: 10px;
    }
    .stop_Video{
        background-color: fuchsia;
        position: absolute;
        z-index: 4000;
        top: 20px;
        left:8%;
    }
    .play_Video{
        background-color: fuchsia;
        position: absolute;
        z-index: 4000;
        top: 20px;
        left:8%;
        display: none;
    }
    .unmute_Video{
        background-color: fuchsia;
        position: absolute;
        z-index: 4000;
        top: 20px;
        left:90px;
    }
    .mute_Video{
        background-color: fuchsia;
        position: absolute;
        z-index: 4000;
        top: 20px;
        left:90px;
        display: none;
    }
    #playerWrap {
        display: none;
        width: 100%;
        height: 100%;
        background-image: url(../img/bg/TG00004.jpg);
/*        background-repeat: no-repeat;*/
        background-size: contain !important;
        background-position: center;
/*        background-position: 30% 30%;*/
    }
    
}

@media screen and (max-width: 768px) and (orientation: landscape) {
    iframe{
        transform: scale(1.15) !important;
        transform-origin: bottom left;
        height: 100vw;
        margin-top: -20vw;
        margin-left: -5vw;
    }
}