/*
Theme Name: BICTweb child
Description: This is a child theme for BICTweb.vn
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.posted_in{
    display: none !important;
}

.post_comments{
    display: none !important;
}

@media (max-width: 768px) {
  iframe[src*="youtube.com"], 
  iframe[src*="youtu.be"] {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16/9;
  }
  
  /* Hoặc fix cứng chiều cao nếu cần */
  .video-container iframe {
    height: 250px !important;
  }
}