/*tentang-kami*/

#home-banner{

    width: 1660px;
    height: 660px;
    object-fit: cover;
}

#home-video{
    border-radius: 20px;
    width: 664px;
    height: 439px;
}




/*home*/

/* Media Query for Mobile Devices */
@media (max-width: 480px) {

    #home-banner{
        width: auto;
        height:276px;
        object-fit: cover;
    }

    #home-video{
        border-radius:10px;
        width:346px;
        height:213px
    }


}

/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {


}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px){



}

@media (max-width: 1224px) and (min-width: 480px) {



}


@media (max-width: 1480px) and (min-width: 1224px) {




}

/*home*/
