            body{
                background-color:#FFF;
            }
			.demo-gallery {
			margin-left:2vw;
			margin-top:2vw;
			}
			.demo-gallery h2 {
    font-family: 'Lora', serif;
    font-size: 2.2vw;
    font-weight: 300;
    color: #31383c;
    text-transform: uppercase;
}
.demo-gallery h2 span {
    font-weight: 300;
    color: #e1a54d;
}
.abt-page h2 span {
    font-weight: 300;
    color: #e1a54d;
}
            .demo-gallery > ul {
              margin-bottom:0;
            }
            .demo-gallery > ul > li {
                float: left;
				width:30.6vw;
				margin-right:1.5vw;
                margin-bottom:0;
				list-style:none;
            }
			.demo-gallery > ul > li > a > img {
			width:100%!important;
            }
		
            .demo-gallery > ul > li a {
              border: 0 solid #FFF;
              border-radius: 0;
              display: block;
              overflow: hidden;
              position: relative;
              float: left;
			  padding-bottom: 0;
			  margin-bottom:1vw;
			  width:100%;
            }
            .demo-gallery > ul > li a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%!important;
			  background-color:#FFF;
            }
            .demo-gallery > ul > li a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
			  height: 100%;
              width: 100%!important;
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
              opacity: 1;
			  width:5%!important;
            }
			.demo-gallery > ul > li p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4vw;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #444;
	padding-bottom:1.5vw;
	padding-top:1.5vw!important;
}
            .demo-gallery > ul > li a .demo-gallery-poster {
              background-color: rgba(255, 255, 255, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery > ul > li a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
           
				
@media only screen and (min-width : 800px) and (max-width : 1080px) {
.demo-gallery {
margin-left:1vw;
}
.demo-gallery > ul > li {
float: left;
margin-bottom:0px;
margin-right:.5%;
margin-left:.5%;
width:32.3333%;
}
.demo-gallery > ul > li p {
font-size:16px;
color: #000;
font-weight: 600;
padding-top:10px;
margin-top:10px;
text-align: center;
}
.demo-gallery h2 {
font-size:20px;
padding-top:20px;
}
}				
@media(max-width : 768px) {
.demo-gallery {
margin-left:1vw;
}
.demo-gallery > ul > li {
float: left;
margin-bottom:0px;
margin-right:.5%;
margin-left:.5%;
width:32.3333%;
}
.demo-gallery > ul > li p {
font-size:16px;
color: #000;
font-weight: 600;
padding-top:10px;
margin-top:10px;
text-align: center;
}
.demo-gallery h2 {
font-size:20px;
padding-top:20px;
}
}	
@media only screen and (min-width : 481px) and (max-width : 767px) {
.demo-gallery {
margin-left:1vw;
}
.demo-gallery > ul > li {
float: left;
margin-bottom:0px;
margin-right:.5%;
margin-left:.5%;
width:32.3333%;
}
.demo-gallery > ul > li p {
font-size:16px;
color: #000;
font-weight: 600;
padding-top:10px;
margin-top:10px;
text-align: center;
}
.demo-gallery h2 {
font-size:20px;
padding-top:20px;
}
}	
@media(max-width : 480px) {
.demo-gallery {
margin-left:0px;
}
.demo-gallery > ul > li {
float: left;
margin-bottom:0px;
margin-right:.5%;
margin-left:.5%;
width:49%;
}
.demo-gallery > ul > li p {
font-size:16px;
color: #000;
font-weight: 600;
padding-top:10px;
margin-top:10px;
text-align: center;
}
.demo-gallery h2 {
font-size:20px;
padding-top:20px;
}
}		
@media only screen and (min-width : 320px) and (max-width : 479px) {
.demo-gallery {
margin-left:0px;
margin-top: 0;
}
.demo-gallery > ul > li {
float: left;
margin-bottom:0px;
margin-right:0%;
margin-left:0%;
padding:10px;
width:100%;
}
.demo-gallery > ul > li p {
font-size:16px;
color: #000;
font-weight: 600;
padding-top:10px;
margin-top:10px;
text-align: center;
}
.demo-gallery h2 {
font-size:20px;
padding-top:20px;
}
}
			