.post img, #photo-gallery .item img {
    width: 100%;
}

.loves {
	cursor: pointer;
}

.label-li {
    float: left;
}

.sixide-content {
    position: relative;
    width: 100%;
}

    .sixide-content .sixide-read-image {
        left: 0;
        padding: 0;
        position: absolute;
        top: 0;
        z-index: 30;
    }

        .sixide-content .sixide-read-image img {
            width: 100%;
        }

    .sixide-content .sixide-loader-image {
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 10;
    }

    .sixide-content .sixide-iframe {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 20;
    }

.cursor-pointer {
    cursor: pointer;
}

.mb-10 { margin-bottom: 10px;}
.mb-20 { margin-bottom: 20px;}
.mb-30 { margin-bottom: 30px;}
.mb-40 { margin-bottom: 40px;}
.mb-50 { margin-bottom: 50px;}