.btn-banner-add {
    float: right;
    margin-top: -55px;
}

.modal-header h2,
.modal-body h2 {
    padding: 0;
    margin: 0;
    font-size: 18px;
}

.striked {
    text-decoration: line-through;
}

.table-banners .small {
    color: #949494;
    font-weight: 300;
}

.popup-btn-close {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: white;
    font-size: 400%;
    opacity: 0.8;
    text-shadow: 0 1px 2px black;
    transition: all 0.2s;
}

.popup-btn-close:hover {
    color: white;
    opacity: 1;
}

#bannerModal img {
    max-width: 100%;
    width: 100%;
}

.banner-widget img {
    width: 100%;
}

.slick-slide img {
    display: block;
    width: 100%;
}

td.banner-preview {
    max-width: 100px;
}

td.banner-preview img {
    border: 1px #ccc solid;
    padding: 1px;
    border-radius: 2px;
    width: 100%;
}

.nav-tabs-banner {
    margin: 0 0 20px 0;
}


.banner-image img {
    width: 100%;
}

.banner-video video {
    width: 100%;
}

@media (max-width: 992px) {
    .banner-mobile {
        display: block;
    }

    .banner-desktop {
        display: none;
    }
}

@media (min-width: 992px) {
    .banner-mobile {
        display: none;
    }

    .banner-desktop {
        display: block;
    }
}

#bannerModal {
    display: flex;
    justify-content: center;
    align-items: center;
}