.divimg{
    position: relative;
    display: block;
/*    -webkit-box-shadow: 0 15px 10px -15px rgb(0 0 0 / 30%);
    box-shadow: 0 15px 10px -15px;*/
    width: 24%;
    margin-top: 15px;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 10px;
}


.divimg .divimg_span_hover{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    -webkit-transition: opacity .8s;
    -o-transition: opacity .8s;
    transition: opacity .8s;
    color: #000;
    border-radius: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: end;
    font-size: 30px;
    font-weight: 700;
}

.divimg:hover .divimg_span_hover{
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transform: scale(1.01);
    z-index: 1;
    /*border: 0.5px solid #a27e06;*/
}

.divimg .divimg_span_hover i{
    transform: translate(-200%, 600%);
    color: white;
    font-size: 20px;
}

.divimg:hover .divimg_span_hover i{
    transform: translate(15%, -10%);
    transition: all 0.4s ease;
}

    

.divimg img{
    border: 1px solid #ddd;
    border-radius: 10px;
}

.divimg:hover img{
    transform: scale(1.10);
    /*border: 0.5px solid #a27e06;*/
}

.divimg .img-fluid{
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-color: white;
}

.pad_btm_002{
    padding-bottom: 2%;
}

.pad_002{
    padding: 2%;
}

#fancybox-content.wid_hei_80{
    width: 80vw !important;
    max-height: 73vh !important;
    height: 100% !important;
    background-color: rgb(235, 235, 235);
    /*padding: 0px;*/
}

#fancybox-wrap.wid_81{
    width: 81vw !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    margin: auto;
    position: fixed;
    height: 75% !important;
    /*padding: 0px;*/
}

@media (max-width: 768px){
    .divimg {
        width: 45%;
    }
}

@media (max-width: 630px){
    .divimg {
        width: 100%;
    }
}




.img_column {
  padding: 0 4px;
}

.img_column img {
  margin-top: 10px;
  vertical-align: middle;
  width: 100%;
}

.aside_outer_wrap{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    z-index: 99;
}