.backgroundImage {
    width: 100%;
    height: 100vh;
    background-image: url(../../images/BG.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    /*max-height: 769px;*/
}


.shadowPic {
    background-image: url(../../images/shadow.png);
    position: absolute;
    left: -40%;
    top: -25%;
    width: 1305px;
    height: 768px;
}

.PlayerHp {
    width: 313px;
    height: 430px;
    position: absolute;
    right: 8%;
    bottom: 27px;
    background-image: url(../../images/player.png);
    background-repeat: no-repeat;
}

.PlayerData {
    border: 1px solid transparent;
    height: 73px;
    margin-left: 50px;
    margin-top: 332px;
    position: relative;
    width: 158px;
}

.PlayerPlay {
    width: 35px;
    height: 17px;
    cursor: pointer;
}

.PlayerStop {
    width: 32px;
    height: 17px;
    cursor: pointer;
}

.PlayerPause {
    width: 30px;
    height: 17px;
    cursor: pointer;
}

.PlayerPrev {
    width: 30px;
    height: 17px;
    cursor: pointer;
}

.PlayerNext {
    width: 29px;
    height: 17px;
    cursor: pointer;
}

.SongTitles {
    color: #EEEEEE;
    font-size: 18px;
    font-family: 'Dense-Regular';
    margin-left: 3px;
    margin-top: 1px;
    line-height: 26px;
    cursor: pointer;
}

.clock {
    width: 180px;
    height: 228px;
    position: absolute;
    left: 57%;
    bottom: 238px;
    background-image: url(../../images/clock.png);
    background-repeat: no-repeat;
}


.CatsPosition {
    width: 681px;
    height: 162px;
    bottom: 17px;
    left: -20%;
    position: absolute;
}

.RelCats {
    width: 100%;
    height: 162px;
    position: relative;
}



.cat1 {
    width: 681px;
    height: 162px;
    top: 0;
    left: 0;
    background-image: url(../../images/cat01.png);
    background-repeat: no-repeat;
    position: absolute;
    opacity: 1;
}

.cat2 {
    width: 681px;
    height: 162px;
    top: 0;
    left: 0;
    background-image: url(../../images/cat02.png);
    background-repeat: no-repeat;
    position: absolute;
    opacity: 0;
}

.cat3 {
    width: 681px;
    height: 162px;
    top: 0;
    left: 0;
    background-image: url(../../images/cat03.png);
    background-repeat: no-repeat;
    position: absolute;
    opacity: 0;
}

.cat4 {
    width: 681px;
    height: 162px;
    top: 0;
    left: 0;
    background-image: url(../../images/cat04.png);
    background-repeat: no-repeat;
    position: absolute;
    opacity: 0;
}




.clockContainer {
    border: 1px solid transparent;
    height: 46px;
    margin-left: 4px;
    margin-top: 16px;
    position: relative;
    width: 46px;
    overflow: hidden;
}

.clockArr {
    width: 5px;
    height: 20px;
    position: absolute;
    top: 14px;
    left: 19px;
    background-image: url(../../images/clockArr.png);
    background-repeat: no-repeat;
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-origin: 3px 7px 4px;
    -moz-transition-origin: 3px 7px 4px;
    -ms-transition-origin: 3px 7px 4px;
    -o-transition-origin: 3px 7px 4px;
    transform-origin: 3px 7px 4px;
}

.Hclock {
    -moz-transform: rotate(-290deg);
    -webkit-transform: rotate(-290deg);
    -o-transform: rotate(-290deg);
    -ms-transform: rotate(-290deg);
    transform: rotate(-290deg);
    -webkit-transition: all 1.8s ease-in-out;
    -moz-transition: all 1.8s ease-in-out;
    -ms-transition: all 1.8s ease-in-out;
    -o-transition: all 1.8s ease-in-out;
    transition: all 1.8s ease-in-out;
}

.Mclock {
    -webkit-transition: all 2.2s ease-in-out;
    -moz-transition: all 2.2s ease-in-out;
    -ms-transition: all 2.2s ease-in-out;
    -o-transition: all 2.2s ease-in-out;
    transition: all 2.2s ease-in-out;
}


.clock:hover .Hclock {
    -moz-transform: rotate(200deg);
    -webkit-transform: rotate(200deg);
    -o-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
}

.clock:hover .Mclock {
    -moz-transform: rotate(800deg);
    -webkit-transform: rotate(800deg);
    -o-transform: rotate(800deg);
    -ms-transform: rotate(800deg);
    transform: rotate(800deg);
}

.PresTitle {
    border-top: 5px solid rgba(255,255,255,0.66);
    border-bottom: 5px solid rgba(255,255,255,0.66);
    color: #FFFFFF;
    font-size: 52px;
    line-height: 64px;
    font-family: 'Dense-Regular';
    margin-bottom: 13px;
    letter-spacing: 2px;
}

.PresDesc {
    color: #FFFFFF;
    font-size: 17px;
    font-family: 'AvantGarde-CondBook';
    max-width: 460px;
    text-align: center;
    line-height: 22px;
    padding-bottom: 18px;
}

.PresAction {
    color: #FFFFFF;
    font-size: 25px;
    font-family: 'Dense-Regular';
    line-height: 23px;
}

.PresActionSep {
    width: 1px;
    height: 23px;
    background-color: #ffffff;
    margin: 0 23px;
}


.MoreContainer {
    bottom: 13px;
    left: -15px;
    position: absolute;
}

.MoreContainerPlayer {
    position: absolute;
    right: -30px;
    top: -38px;
}

.MoreContainerCats {
    position: absolute;
    right: -5px;
    top: 50px;
}

.heightLogo {
    height: 60px;
}

@media all and (max-width: 1800px) {
    .backgroundImage {
        -webkit-background-size: initial;
        -moz-background-size: initial;
        -o-background-size: initial;
        background-size: initial;
    }
}


@media all and (max-width: 1200px) {
    .PlayerHp {
        width: 313px;
        height: 430px;
        position: absolute;
        right: 10px; 
        background-image: url(../../images/player.png);
    }

    .CatsPosition {
        left: -300px;
    }
}




@media all and (max-width: 1000px) {
    .CatsPosition {
        left: -400px;
    }

    .clock {
        left: 60%;
    }


    .shadowPic {
        left: -60%;
        top: -35%;
    }
}

@media all and (max-width: 800px) {
    .backgroundImage {
        background-image: url(../../images/bgTablet.jpg);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: left bottom;
    }



    .ToBeCenter {
        padding-left: 0;
        text-align: center;
    }

    .marginAuto800 {
        margin: 0 auto;
    }
}


@media all and (max-width: 480px) {
    .PresTitle {
        font-size: 30px;
        letter-spacing: 1px;
        line-height: 50px;
    }

    .PresDesc {
        font-size: 16px;
        width: 90%;
        margin: 0 auto;
    }

    .PresAction {
        font-size: 21px;
    }

    .logoHp {
        width: 150px;
    }
      
    .heightLogo {
        height: 7px;
    }
}
