.fancybox-container {
    z-index: 999999 !important;
}

@media (min-width: 992px) {
    .item img {
        padding-top: 0px !important;
    }
}
.dev-alert {
    position: fixed;
    bottom: 0;
    padding: 30px;
    text-align: center;
    width: 100%;
    background: rgba(255, 0, 0, 0.9);
    color: #fff;
    font-size: 20px;
    display: block;
}