*{font-family: Kanit;}
.baner-content{padding-top:15vh;text-align:center;background-image:url(../img/main-view.png);min-height: 100vh;background-size: cover;background-attachment: fixed;}
.first-content img{width: 300px;margin-bottom: 20px;}
.first-content>div p{font-size: 17px;color: #ef7216;margin-bottom: 20px;}
.first-content>div>p:first-child{margin-bottom: 30px;}
.first-content>div>p strong{font-size: 40px;}
.first-content>div a{display: inline-block;background: #ef7216;color: white;padding: 7px 30px;border-radius: 4px;font-size: 18px;transition: .1s all;}
.first-content>div a:hover{text-decoration: none;transform: scale(1.1);transition: .3s all;}
#home .container{width: 500px;max-width: 100%;background: rgba(255,255,255,.85);padding: 50px 25px;border-radius: 5px;border: 6px solid  #e8e8e8;}
@media (max-width:1600px) {
    #videoId{width: auto !important;height: 100vh !important;}
}
@media (max-width:767px) {
    #home video{display: none;}
    #home{padding: 30px 15px;}
    .baner-content{background-attachment: initial;}
    #home>div{top:10vh !important;}
}