.pointer {
    cursor: pointer;
}
.img-absolute {
    position: absolute;
}
.w-60 {
    width: 60%;
}
.w-40 {
    width: 40%;
}
.w-35 {
    width: 35%;
}
.w-30 {
    width: 30%;
}