


.ank-wrap{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 400px;
    z-index: 200;
    background: #fff;
    padding: 20px;
    border-radius: 30px;
    height: 60vh;
}
.ank-layer {
    position: relative;
    width: 100%;
    height: 100%;
}
.bootstrap-yop {
      position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    min-width: 200px;
	width: 100%;
}
h2.ank-title {
    font-size: 1.125rem;
    text-align: center;
}