        ._grid {
            height: 450px;
            width: 31%;
            float: left;margin-left: 1%;margin-bottom: 10px
        }

        .b-_gal {
            padding: 50px 40px 40px;
            overflow: hidden;
        }

        ._gal__content {
            overflow: hidden;
        }

        ._gal__title {
            text-align: center;
            letter-spacing: 1px;
            margin-bottom: 57px;
            position: relative;
        }

        ._gal__title_name {
            vertical-align: middle;
            position: absolute;
            left: 50%;
            margin-left: -7em;
            top: 9px;text-transform: uppercase;font-weight: 600;
        }

        ._gal__title_count {
            vertical-align: middle;
            font-size: 10px;
            line-height: 41px;
            margin: 0 25px;
            display: inline;
            zoom: 1;
        }

        ._gal__title_count span {
            display: inline-block;
            height: 41px;
            line-height: 41px;
            background: #383838;
            margin-left: 1px;
            color: #fff;
            width: 25px;
            text-align: center;
        }

        ._item {
            display: block;
            width: 100%;
            height: 100%;
            position: relative;
        }

        ._item__image {
            width: 300px;
            height: 400px;
            position: absolute;
            margin: -200px 0 0 -150px;
            left: 50%;
            top: 50%;
        }

        ._item__image img {
            display: block;
            width: 300px;
            height: 400px;
        }

        ._item__overlay {
            visibility: hidden;
            opacity: 0;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            background: #333 url('../img/cross.png') center no-repeat;
            background: rgba(0, 0, 0, 0.8) url('../img/cross.png') center no-repeat;
            color: #fff;
            text-decoration: none;
            padding: 30px 40px;
            font-family: 'Open Sans';
            line-height: 22px;
            -moz-transition: 0.3s ease;
            -ms-transition: 0.3s ease;
            -o-transition: 0.3s ease;
            transition: 0.3s ease;
        }

        ._item:hover ._item__overlay {
            visibility: visible;
            opacity: 1;
        }

        ._item__overlay__title {
            display: block;
            font-size: 16px;
            filter: blur(7px);
        }

        ._item:hover ._item__overlay__title,
        ._item:hover ._item__overlay__list {
            filter: blur(0);
            transition: 0.8s ease;
        }

        ._item__overlay__list {
            font-size: 11px;
            text-transform: uppercase;
            position: absolute;
            left: 40px;
            bottom: 35px;
            filter: blur(7px);letter-spacing: 2px
        }

        ._item__overlay__list span {
            display: block;
        }

        ._item__title {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            text-align: center;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
            align-content: stretch;
            align-items: center;
            text-transform: uppercase;
            color: #fff;
            font-size: 12px;
            line-height: 19px;
            background: rgba(0, 0, 0, .3);font-weight: 600
        }

        ._item__title span {
            width: 90%;
        }
                @media all and (min-width: 480px) {

.none2{display: none}
}
        @media all and (max-width: 1480px) {

            ._item__image {
                width: 225px;
                height: 300px;
                margin: -150px 0 0 -112px;
            }

            ._item__image img {
                width: 225px;
                height: 300px;
            }
        ._grid {
            height: 350px;
        }

        }

        @media all and (max-width: 1280px) {
            ._item__overlay__list,
            ._item__overlay__title {
                filter: blur(0)
            }

            ._grid {
                height: 400px;
                width: 31%;
                margin-bottom: 100px
            }

            ._item {
                text-decoration: none;
            }

            ._item__image {
                position: relative;
                left: 0;
                top: 0;
                display: block;
                margin: 0 auto;
                width: 100%;
                height: auto;
            }

            ._item__image img {
                width: 100%;height: auto;
            }
        }

        @media all and (max-width: 730px) {

            ._grid {
                width: 100%;
                height: auto;
                margin-bottom: 20px;
            }
            ._item__overlay {
                visibility: visible;
                opacity: 1;
                position: static;
                background: none;
                color: #383838;
                text-align: center;
                padding: 0;
                text-decoration: none;
            }

            ._item__overlay__title {
                display: block;
                font-size: 18px;
                margin-bottom: 10px;
            }

            ._item__overlay__list {
                position: static;
                display: block;
                margin-bottom: 10px;
            }

        }


        @media all and (max-width: 600px) {
            .b-_gal {
                padding: 53px 20px 40px;
            }

            ._gal__title_name {
                position: static;
                margin: 0;
            }

            ._gal__title_count {
                margin: 15px auto;
                display: block;
            }

        }