.gallery-content{
	padding: 60px 0;
	background-color: #000;
}
.image-list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.gallery-wrap{
    max-width: 1440px;
    margin: 0 auto;
}
.gallery-wrap .img-box{
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    height: 691px;
    margin-top: 60px;
}
.gallery-wrap .img-box:first-of-type{
	margin-top: 0;
}
.gallery-wrap .img-box img{
    position: relative;
    top: 50%;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translate(-50%,-50%);
    height: auto;
    background-color: #e9edf5;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}
@media(max-width: 1599px){
	.gallery-wrap{
    	max-width: 100%;
    	margin:0 80px auto;
	}
	.gallery-wrap .img-box{
	    height: 41.667vw;
	    margin-top: 3.583vw;
	}
	.gallery-content{
		padding: 3.583vw 0;
	}
}
@media(max-width: 1199px){
	.gallery-wrap{
	    margin: 0 40px auto;
	}
	.gallery-wrap .img-box{
		height: 43.1vw;
	}
}
@media(max-width: 767px){
	.gallery-wrap{
	    margin: 0 5vw auto;
	}
	.gallery-wrap .img-box{
	    height: 88.88889vw;
	    -webkit-border-radius: 3.33333vw;
	    -moz-border-radius: 3.33333vw;
	    border-radius: 3.33333vw;
	}
	.gallery-wrap .img-box img{
	    -webkit-border-radius: 3.33333vw;
	    -moz-border-radius: 3.33333vw;
	    border-radius: 3.33333vw;
	    height: 100%;
	    width: auto;
	}
	.gallery-content{
		padding:4.5vw 0;
	}
}