/* Enter Your Custom CSS Here */
/*
#Mobile (Portrait)
==================================================
*/
/* @media only screen and (max-width: 767px) {
  #hk-first-txtl, #hk-first-txtl > div{
  font-size: 11px !important;
  }
  #hk-second-txtl, #hk-second-txtl > div{font-size: 11px !important;}
}*/
/*
#Mobile (Landscape)
==================================================
*/
/*@media only screen and (min-width: 480px) and (max-width: 767px) {
  #hk-first-txtl, #hk-first-txtl > div{
  font-size: 11px !important;
  }
  #hk-second-txtl, #hk-second-txtl > div{font-size: 11px !important;}
}*/