
video::-webkit-media-controls {
    display:none !important;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}
.modal-dialog, .modal-body{
    height: 100%;
}
.modal-content {
    position: relative;
    background-color: #FFF;
    margin: auto;
    padding: 5px;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s;
    height: 100%;
}

@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

.modal-header h5 {
    margin: 0;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    height: 100%;
}

.embed-responsive::before {
    display: block;
    content: "";
    width: 100%;
    height: 0;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: auto;
    margin: auto;
    height: 100%;
    border: 0;
    background: transparent!important;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.modal.show{
    display: block;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
}

.widget_body {
    background: #FFF!important;
}

.top_catalog_section{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;}