.custom_modal{
    background-color: #534a4aed;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    opacity: 1;
    transition: opacity 0.3s;
}

.hidden_modal{
    opacity: 0;
    height: 0;
    width: 0;
}

.custom_modal img{
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 60vh;
    position: absolute;
}

.slider .slick-active img{
    cursor: pointer;
}