/* Menentukan tinggi dan maksimalnya element */

.h-850 {
    height: 850px;
    max-height: 850px;
}

.h-700 {
    height: 700px;
    max-height: 700px;
}

.h-400 {
    height: 400px;
    max-height: 400px;
}

.h-550 {
    height: 550px;
    max-height: 550px;
}


/*  Menentukan posisi gambar yang di crop */

.object-center {
    object-position: center;
}
.object-top {
    object-position: top;
}
.object-bottom {
    object-position: bottom;
}