.textGal{
	  width: 1200px;
	  margin-left: auto;
	  margin-right: auto;
	  display: block;
}

.textGal h4{
	color: #0034FF;
	font-size: 30px;
	margin: 10px;
}

.textGal p {
	font-size: 22px;
	margin: 10px;
}

.textG{
	  width: 600px;
	  display: inline-block;
	  background: rgba(255, 255, 255, 0.80);
	  margin-top: 70px;
	  border-left: 3px solid #0034FF;
	  border-bottom: 3px solid #0034FF;
	  box-sizing: border-box;
	  float: left;
}

.thumbs {
  width: 595px !important;
  display: inline-block;
}

.thumbs a{
	width:100px !important;
	height:100px !important;
}

@media only screen and (max-width: 1280px){
	    .textGal{
    	width:900px;
    }

    .textG{
    	width:400px;
    }

    .thumbs{
    	width:400px!important;
    }
}

@media only screen and (max-width: 800px){
.textGal{
    	width:100%;
    }

	.textG{
		width:90%;
		margin-left:auto;
		margin-right:auto;
	
		float: none;
		display: block;
}

	.thumbs{
		width:100% !important;
	}
}