/* ================================================== */
@media only screen and (max-width: 480px) {
  .mobile {
    display: block!important;
  }

  .desktop {
    display: none;
  }
.gallery-item-pro.gallery-column-2 {
		width: 100% !important;
		position: relative !important;
		left: initial !important;
		top: initial !important;
		margin-bottom: 15px;
	}
	.gallery-index-text {position: initial !important;bottom:0!important;width: 100% !important;}
	.gallery-column-2:nth-child(3) {
		margin-bottom: 0;
	}
	.gallery-column-2:nth-child(3) .gallery-index-text {
		display: none;
	}	
}
/* ================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
 
}

/* ================================================== */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
/* ================================================== */
@media only screen and (min-width: 768px) and (max-width: 991px) {
}

/* ================================================== */
@media only screen and (min-width: 1200px) {
}
@media (max-width: 1300px) {

}