.ms-lightbox-template {
	max-width: 320px;
	padding: 5px 5px 0.1px 5px;
	margin: 0 auto;
	background: #fff;
}

.ms-lightbox-template .ms-lightbox-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.ms-lightbox-template .ms-lightbox {
    text-indent: 9999px;
    display: block;
    width: 55px;
    height: 52px;
    margin: -42px;
    background: url(lightbox-btn.png) no-repeat center;
}




@media screen and (max-width: 900px) {
.ms-lightbox-template {
	max-width: 500px;
}
}

@media screen and (max-width: 620px) {
.ms-lightbox-template {
	max-width: 360px;
}
}

@media screen and (max-width: 480px) {
.ms-lightbox-template {
	max-width: 280px;
}
}

@media screen and (max-width: 380px) {
.ms-lightbox-template {
	max-width: 200px;
}
}