.tx-gallery {
    border-top: 1px solid #f1f5f8;
    padding-top: 3px;
}

.tx-gallery img {

}

.grid {
    max-width: 100%;
    position: relative;
}
/* fluid 5 columns */
.grid-sizer,
.grid-item { width: 20%; border: 1px solid #ffffff;z-index: 1; cursor: pointer;}
/* 2 columns */
.grid-item--width2 { width: 40%; }

.assetlayer {
    background-color: #ffffff;
    /*min-height: 100%;*/
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 0;
    /*width: 60%;*/
    text-align: center;
}
.assetlayer p, .assetlayer div {
    text-align: left;
}

.assetlayer img {
    margin-bottom: 10px;

}

.stamp {
    position: absolute;
    width: 0;
    z-index: 0;
}

.stamp1 {
    left: 40%;
    top: 0;
    width: 60%;
}

.close-btn, .close-btn:hover {
    background: rgba(0, 0, 0, 0) url("../Icons/close.gif") repeat scroll 0 0;
    color: transparent;
    display: block;
    height: 33px;
    margin-bottom: 10px;
    position: absolute;
    right: 2%;
    width: 34px;
    margin-top: 1%;
}

.asset-header {
    width: 80%;
    margin-top: 0;
    min-height: 45px;
    text-align: left;
}

.quote-item {
    width:40%;
    min-height:246px;
    background-color: #D10B40;
    color:#ffffff;
    padding: 30px;
    font-style: italic;
}

.quote-item .author {
    text-align: right;
}

.quote-item .quote {
    font-size: 21px;
}

@media (min-width: 695px) and (max-width: 1120px) {
	.grid-sizer {width:33.3333%;}
    .grid {
        width: 728px;
    }

    .grid-item {
       /* width:246px; */
		width: 33.333%;
		height: 248px;
    }

    .grid-item--width2, .quote-item {
        width: 66.666%;
		height: 248px;
    }

    .assetlayer {
        position: relative;
    }

    .stamp1 {
        left: 0;
        top: 0;
        width: 100%;
    }
}

@media (max-width: 694px) {
	.grid-sizer {width:50%;}
    .grid-item {
        width: 50%;
        height: auto;
    }
    .grid-item--width2, .quote-item, .assetlayer img {
        width: 100%;
        height: auto;
    }

    .assetlayer {
        position: relative;
    }

    .stamp1 {
        left: 0;
        top: 0;
        width: 100%;
    }
}
