/*@media (min-width: 481px) and (max-width: 767px) {*/
    .gallery-wrap .img-small-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: unset;
        padding-bottom: 1rem;
    }

    .gallery-items {
        max-width: 258px;
        max-width: 80%;
        max-height: 74px;
    }

    .gallery-items-inner {
        display: flex;
        width: 10000px;
    }

    /**
    Fancybox
     */

    .fancybox-toolbar div {
        display: inline-block;
        height: 44px;
        line-height: 42px;
        background: rgba(30,30,30,0.6);
        color: #ccc;
        font-size: 12px;
        font-weight: bold;
        min-width: 42px;
        text-align: center;
        white-space: nowrap;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 0;
        bottom: 95px;
        overflow: visible;
    }

    .fancybox-thumbs {
        top: auto;
        width: auto;
        bottom: 0;
        left: 0;
        right : 0;
        height: 95px;
        padding: 10px 10px 0 10px;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.3);
    }

    .fancybox-thumbs::-webkit-scrollbar {
        height: 7px;
    }

    .fancybox-thumbs::-webkit-scrollbar-track {
        background: #2a2a2a;
        border-radius: 10px;
        box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .fancybox-thumbs::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 10px;
    }
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .gallery-wrap .img-small-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: unset;
        padding-bottom: 1rem;
    }

    .gallery-items {
        max-width: 258px;
        max-height: 74px;
    }

    .gallery-items-inner {
        display: flex;
        width: 10000px;
    }

    /**
    Fancybox
     */

    .fancybox-toolbar div {
        display: inline-block;
        height: 44px;
        line-height: 42px;
        background: rgba(30,30,30,0.6);
        color: #ccc;
        font-size: 12px;
        font-weight: bold;
        min-width: 42px;
        text-align: center;
        white-space: nowrap;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 0;
        bottom: 95px;
        overflow: visible;
    }

    .fancybox-thumbs {
        top: auto;
        width: auto;
        bottom: 0;
        left: 0;
        right : 0;
        height: 95px;
        padding: 10px 10px 0 10px;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.3);
    }

    .fancybox-thumbs::-webkit-scrollbar {
        height: 7px;
    }

    .fancybox-thumbs::-webkit-scrollbar-track {
        background: #2a2a2a;
        border-radius: 10px;
        box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .fancybox-thumbs::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 10px;
    }
}