/*
CTC Separate Stylesheet
Updated: 2025-07-25 03:30:40
*/
#post-thumbnail img {
  width: 50%;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1000ms cubic-bezier(.215,.610,.355,1);
  -moz-transition: all 1000ms cubic-bezier(.215,.610,.355,1);
  transition: all 1000ms cubic-bezier(.215,.610,.355,1);
}
#img-fluid {
  max-width: 50%;
  height: auto;
}
