.grid-portal .item {
    cursor: pointer;
}

.width-33 {
    width: 33%;
}

.width-50 {
    width: 50%;
}

.width-66 {
    width: 66%;
}

@media only screen and (max-width: 1680px) {
    .width-33 {
        width: 50%;
    }
}

@media only screen and (max-width: 1218px) {
    .width-33 {
        width: 100%;
    }

    .width-50 {
        width: 100%;
    }
}


.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}