#using a { display:none!important;     font-size: 0px!important; }

.gallery .image .image_text_container h2 {
    color: #000000;
    font-size: 13pt;
}

#content_page_wrapper [data-content-module-removable] .threecol {    
  padding: 5px !important;
}

#content_page_wrapper {
    max-width: 1400px !important;
}

.format-image-set-items .format-image-set-item {
    margin-bottom: 0px !important;
}

body.listing .three-columns .listing_image {
    width: 50% !important;
}

/*#content_page_wrapper img {
    height: auto;
    max-height: 615px;
}*/

@media (min-width:1300px) {
  
/*  #content_page_wrapper img {
    height: auto;
    max-height: 615px;
    min-width: 425px;
}*/

  #content_page_wrapper [data-content-module-removable] .threecol {    
  padding: 5px !important;
  width:33% !important;
}
}

@media (max-width:500px) and (max-width:1000px) {
  
/*  #content_page_wrapper img {
    height: auto;
    max-height: 615px;
   
}*/

  #content_page_wrapper [data-content-module-removable] .threecol {    
  padding: 5px !important;
  width:33% !important;
}
}

@media (max-width:480px) {
  
/*   #content_page_wrapper img {
    height: auto;
    max-height: 615px;
   width: 100%;
}*/

  #content_page_wrapper [data-content-module-removable] .threecol {    
  padding: 5px !important;
  width:100% !important;
}
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
.gallery #menu_container {
    display: block!important;
}}