.inelevatezoom_box{
	margin-bottom: 15px;
}
.sp-slides-container:after{
    content: '';
    pointer-events: none;
    z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.modal-content {
	top: 50%;
    left: 50%;
    z-index: 2;
    margin: auto;
	height: 50vh;
    width: auto;
    overflow: auto;
    overflow-x: hidden;
    max-height: 800px;
    position: absolute;
    border-radius: 5px;
    background-color: #fefefe;
    transform: translate(-50%,-50%);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

.sp-slide a{
    width: auto;
    height: 400px;
    background-color: white;
    position: absolute;
    z-index: 5;  
 
}

.sp-slide img{
    object-fit: contain;
    object-position: center center;
}


@media (max-width: 500px) {
    .sp-mask, .sp-image-container, .sp-slide{
        height: 450px !important;
    }
}

@media (max-width: 425px){     
    .sp-image{
        margin-top: 0 !important;
    }
}