    .gf-menu li.parent > .item::after {
        content: none;
    }
	
	    .rokgallery-wrapper .rg-ss-caption {
        border-bottom: none;
    }
	
	    /* Smartphones */
    @media (max-width: 480px) {
      .rt-body-top {
        height: 130px;
      }
    }
     
    /* Smartphones to Tablets */
    @media (min-width: 481px) and (max-width: 767px) {
      .rt-body-top {
        height: 130px;
      } 
    }
     
    /* Tablets */
    @media (min-width: 768px) and (max-width: 959px) {
      .rt-body-top {
        height: 130px;
      }
    }
       
    /* Desktop */
    @media (min-width: 960px) and (max-width: 1199px) {
    .rt-body-top {
        height: 130px;
      }   
    }
        
    /* Large Display */
    @media (min-width: 1200px) {
      .rt-body-top {
        height: 130px;
      }  
    }

	.rokgallery-wrapper .rg-ss-info {
  		pointer-events: none;
	}