@media only screen and (min-width: 90px ) {
	.img-slide-container{height: 260px;}
}
@media only screen and (min-width: 280px) {
	.img-slide-container{height: 265px;}
}
@media only screen and (min-width: 320px) {
	.img-slide-container{height: 280px;}
}
@media only screen and (min-width: 375px) {
	.img-slide-container{height: 330px;}
}
@media only screen and (min-width: 425px) {
	.img-slide-container{height: 365px;}
}
@media only screen and (min-width: 480px) {
	.img-slide-container{height: 450px;}
}
@media only screen and (min-width: 540px) {
	.img-slide-container{height: 480px;}
}
@media only screen and (min-width: 600px) {
	.img-slide-container{height: 535px;}
}
@media only screen and (min-width: 700px) {
	.img-slide-container{height: 590px;}
}
@media only screen and (min-width: 768px) {
	.img-slide-container{height: 600px;}
}
@media only screen and (min-width: 969px) {
	.img-slide-container{height: 800px;}
}
@media only screen and (min-width: 1024px) {
	.img-slide-container{height: 430px;}
}
@media only screen and (min-width: 1200px) {
	.img-slide-container{height: 500px;}
}
@media only screen and (min-width: 1440px) {
	.img-slide-container{height: 600px;}
}
@media only screen and (min-width: 1660px) {
	.img-slide-container{height: 660px;}
}
@media only screen and (min-width: 2560px) {
	.img-slide-container{height: 900px;}
}