
* {
  box-sizing: border-box;
  margin:0;
  padding:0;
}

.wall-wrapper {
    background: url(../../assets/img/gallery/wall-screen-2.jpg) no-repeat;
    background-size: cover;
    height: 1085px;
    background-position: center center;
}

.winner-box {
    max-width: 780px;
    margin: auto;
    width: 100%;
}

.winner-div {
    float: left;
    width: 30.9%;
    margin: 1%;
}

.winner-box a img {
    border: solid 6px #000;
    margin-bottom: 1.5rem;
    display: inherit!important;
    width: 220px;
    cursor: pointer;
    max-width: 100%;
}

.wall-gallery {
    padding-top: 3rem;
    padding-bottom: 7rem;
}

.no-header {
    margin-top: 2rem !important;
}

.filter-box {
    display: inline-block;
    position: relative;
    z-index: 999;
}

.gallery-crausel {
    margin-top: -3rem;
}

.contain {
    max-width: 1024px;
    margin: auto;
}

.masonry {
    -moz-column-width: 190px;
    column-width: 190px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding: 5px;
    max-width: 780px;
    margin: auto;
}

.masonry a img {
    border: solid 6px #000;
    margin-bottom: 1.5rem;
    display: inherit!important;
    width: 220px;
    cursor: pointer;
    max-width: 100%;
}
.modal-backdrop {
     opacity:0.9 !important;
}
.ekko-lightbox-nav-overlay a{
opacity:1!important;
}
/*
	** Slider Css
*/

.wall-gallery .owl-prev span, .owl-next span{
    color: #fff;
    font-size: 100px;
}


.wall-gallery .owl-nav {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    height:0;
}

.wall-gallery .owl-nav .owl-next {
    float: right;
}

.gallery-div h2 {
    position: absolute;
    left: 409px;
    font-size: 26px;
    top: 48px;
}

.gallery-crausel {
    margin-top: 20px;
}

.filter-div {
    display: inline-block;
    max-width: 225px;
}
.filter-div .filter-box select {
    width: 100%;
}

.gallery-crausel .owl-item a img {
   
    height: 141px;
    object-fit: contain;
    object-position: top;
    
    
}