.imgMask{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}
.imgMask>.imgBox{
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}
.imgMask>.imgBox>img{
    display: block;
    width: 800px;
    height: 450px;
}
.animateImg{
    cursor: pointer;
}
.animateImg:hover{
    animation-name: pulse;
    animation-duration: 1s;
}

.zoomInUp{
    animation-name: zoomInUp;
    animation-duration: 1s;
}

.zoomIn{
    animation-name: zoomIn;
    animation-duration: 1s;
}

.fadeInUp{
    animation-name: fadeInUp;
    animation-duration: 1s;
}

.backInRight{
    animation-name: backInRight;
    animation-duration: 1.1s;
}

.rubberBand{
    animation-name: rubberBand;
    animation-duration: 1s;
}

.he_b2p8li, .he_b2p3li{
    display: none;
}





