@media only screen and (min-width: 980px) {
    .kategori {
        width: 210px;
    }
}

@media only screen and (max-width: 979px) {
    .kategori {
        width: 45%;
    }
}

@media only screen and (max-width: 480px) {
    .kategori {
        width: 90%;
    }
}

.kategoriproduk img:hover{
  opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

.vina-camera-slider .camera_caption > div {
    color: #fff;
    text-shadow: 0 0 2px #000;
    background: #009 !important;
}
