.pop-layer{
	height: auto !important;
}
.pop-layer .popM{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.pop-layer .popM img{
    max-width: 100%;
}
.pop-layer .popM > div:not(.popBExit){
    height: calc(100% - 40px);
    background-color: #000;
}
.pop-layer .popM .popBExit{
    height: 40px;
	background-color: #474747;
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 10px;
	padding-bottom: 11px;
	color: #fff;
}
.pop-layer .popM .popBExit > label{
	display: flex;
	align-items: center;
	gap: 5px;
	padding-bottom: 1px;
}
.pop-layer .popM .popBExit > label input{
    
}
.pop-layer .popM .popBExit button{
	color: #fff;
}
@media screen and ( max-width: 767px ) {
	.pop-layer{
		top: 0 !important;
		left: 0 !important;
		max-width: 100% !important;
        height: auto !important;
	}
	.popM > div > p{
		max-width: 100% !important;
		height: auto !important;
	}
}