.embed-responsive {
    height: 100%;
}

.pb0 {
    padding-bottom: 0!important;
}

/* text align */
.pad-box.text-right p{
    text-align: right;
}

.pad-box.text-left p{
    text-align: left;
}

/* border width */
.small-border-right{
    border-right: 1.2rem solid;
}

.small-border-left{
    border-left: 1.2rem solid;
}

@media (min-width: 991px) {
    .big-border-right{
        border-right: 57px solid;
    }

    .big-border-left{
        border-left: 57px solid;
    }

    .pl0-higher-tab {
        padding-left: 0;
    }

    .pr0-higher-tab {
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .big-border-right{
        border-right: 21px solid;
    }

    .big-border-left{
        border-left: 21px solid;
    }
}