.pp-combination-image {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.pp-checked-icon {
    position: absolute;
    color: white;
    opacity: 0.8;
    top: 50%;
    left: 50%;
    font-size: 130px;
    transform: translate(-50%, -50%);
}

.pp-magnify-image {
    position: absolute;
    color: white;
    bottom: 0;
    right: 0;
    width: 44px;
    height: 44px;
    background-color: #222;
    text-align: center;
    line-height: 44px;
    font-size: 30px;
    opacity: 0.7;
    cursor: pointer;
}
.pp-magnify-image:hover{
    opacity: 1;
}

@media (max-width: 900px){
    .pp-checked-icon{
        font-size: 60px;
    }
}