/* your styles go here */
.d-none.d-md-inline-block{
    width: 75px;
}
.img-fluid.category{
    height:400px;
    width: 400px;
    object-fit: cover;
}
.img-fluid.card{
    height:200px;
    width: 100%;
    object-fit: cover;
}
.img-fluid.small{
    height:100px;
}
.img-fluid.large{
    height:400px;
}
.navbar .dropdown:hover .dropdown-menu{
    display:flex;
}
.dropdown-menu.megamenu.row.show{
    /* display: -ms-flexbox; */
    display: flex;
    /* -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; */
}
.page-item.prev.disabled span,
.page-item.next.disabled span{
    display: none!important;
    padding: 0.5rem 0.75rem;
line-height: 1.25;
/* color: #2b90d9; */
background-color: #e9ecef;
border: 1px solid #dee2e6;
    border-top-color: rgb(222, 226, 230);
    border-right-color: rgb(222, 226, 230);
    border-bottom-color: rgb(222, 226, 230);
    border-left-color: rgb(222, 226, 230);
    position: relative;
display: block;
/* margin-left: -1px; */

}

#footer{
    padding:50px 0;
}

video{
    vertical-align: middle;
}