.boxHotline {
    background: url("../img/BackgroundHomepage.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #000;
    background-size: contain;

    height: auto;
    max-height: unset;

    padding-bottom: 250px;
}

.mediumTitle {
    margin-top: -50px;
}




#topBoxHotline {
    padding-top: 100px;
}
#middleBoxHotline {
    padding-top: 150px;
    z-index: 1;
    position: relative;

}
#bottomBoxHotline {
    padding-top: 100px;
    padding-bottom: 500px;
}





#phoneImg {
    width: 450px;
    float: right;
    
    position: absolute;
    right: calc(50% - 800px);
}

.boxHotline p {
    font-size: 20px;
    line-height: 26px;
    color: #FFF;
    opacity: .8;
}

#firstP {
    width: calc(100% - 300px);
    margin-top: 86px;
}








.video-container {
    width: 100%;
    max-width: 800px;
    margin: 50px auto;
    overflow: hidden;


    border-radius: 6px;
    box-shadow: inset 0 0 0 8px #fff, 0 0 0 6px #fff;
}
  
video {
    width: 100%;
    height: auto;
    display: block;
}

#playBtn {
    display: inline-block;
    width: 125px;
    margin: 0 auto;
    background-color: #7F7F7F;
    border-radius: 6px;

    margin-top: 80px;
    height: 54px;
    padding: 0 15px;
}
#playBtn svg {
    scale: .5;
    float: left;
    margin-top: 7px;
}


#playBtn span {
    float: left;

    color: #FFF;
    font-weight: 600;
    line-height: 60px;
}

#playVideoDiv {
    background-color: #000;
    width: 100%;
    height: 413px;
    border-radius: 6px;

    background: url("../img/BackgroundHomepage.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #000;
    background-size: contain;

    cursor: pointer;
}


#videoDiv {
    display: none;
}




#bottomP {
    width: calc(100% - 350px);
    margin-top: 60px;
    margin-left: 350px;
}
#ArtImg {
    float: left;
    width: 300px;
    border-radius: 6px;
    box-shadow: inset 0 0 0 8px #fff, 0 0 0 6px #fff;
}












@media only screen and (max-width: 1650px) {
    #phoneImg {
        right: 0%;
    }
}
@media only screen and (max-width: 1500px) {
    #bottomBoxHotline {
        padding-bottom: 400px;
    }
}
@media only screen and (max-width: 1400px) {
    #bottomBoxHotline {
        padding-bottom: 300px;
    }

    #phoneImg {
        width: 400px;
    }
}
@media only screen and (max-width: 1200px) {
    #bottomBoxHotline {
        padding-bottom: 200px;
    }


    #phoneImg {
        width: 350px;
    }

}

@media only screen and (max-width: 1024px) {
    #phoneImg {
        width: 300px;
        margin-right: -5%;
    }
}

@media only screen and (max-width: 970px) {
    #bottomBoxHotline {
        padding-bottom: 150px;
    }
}

