.images1 {
    width: 80%;
    height: 80%;
    object-fit: cover;
    border-radius: 12px;
    position: absolute;
    top : 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.noimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    position: absolute;
    top : 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}
