@media screen and (max-width: 1920px) {
#content_page_wrapper [data-content-module-removable] .threecol {
    width: 33.33% !important;
}}

@media screen and (max-width: 1024px) {
#content_page_wrapper [data-content-module-removable] .threecol {
    width: 50% !important;
}}

@media screen and (max-width: 480px) {
#content_page_wrapper [data-content-module-removable] .threecol {
    width: 100% !important;
}}

@media screen and (max-width: 850px) {
body.gallery .caption-cta, body.gallery .caption-close {
  bottom: 10px;
  padding: 10px;

}

}
#using { font-size: 0 !important; }