 /* Image */

 .video-wrapper {
    padding-top: 0px;
}

/* Video */

video{
    -o-object-fit: cover;
       object-fit: cover; /*to cover all the box*/
 }

 /* Minimize Header Padding Bottom */

.pb1 {
    padding-bottom: 1em!important;
}

/* Minimize Footer Padding Top */

.pt1 {
    padding-top: 1em!important;
}

/* Containers */

.container.\31 \35 \25 {
    width: 10em;
}

@media screen and (max-width: 1680px) {

    .container.\31 \35 \25 {
        width: 10em;
    }

}

@media screen and (max-width: 1280px) {


    .container.\31 \35 \25 {
        width: 8em;
    }

}

@media screen and (max-width: 980px) {

    .container.\31 \35 \25 {
        width: 15%;
    }

}

@media screen and (max-width: 736px) {

    .container.\31 \35 \25 {
        width: 15%;
    }

}

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


    .container.\31 \35 \25 {
        width: 15%;
    }

}

/* Type */

@media screen and (max-width: 980px) {

    body, input, select, textarea {
        font-size: 14pt;
    }

}

@media screen and (max-width: 736px) {

    body, input, select, textarea {
        font-size: 12pt;
    }

}

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

    body, input, select, textarea {
        font-size: 12pt;
    }

}
