 /* โหมดมือถือ  Banner 14-06-2026*/ 
                .pcmode {
                  transition: all 0.3s ease;
                  max-width: 100%;
                  width: 100% !important;
                  height: auto !important;
                  min-height: auto !important;
                  max-height: none !important;
                  margin-top: 5px;
                  margin-bottom: 10px;
                  display: block;
                  object-fit: contain !important;
                  object-position: top center !important;
                  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
                  border-radius: 8px;
                }

                @media only screen and (min-width:1920px) {
                  .pcmode {
                    width: 100% !important;
                    height: auto !important;
                    max-height: none !important;
                  }
                }

                @media only screen and (max-width:1919px) and (min-width:1200px) {
                  .pcmode {
                    width: 100% !important;
                    height: auto !important;
                    max-height: none !important;
                  }
                }

                @media only screen and (max-width:1024px) {
                  .pcmode {
                    width: 100% !important;
                    height: auto !important;
                    max-height: none !important;
                  }
                }

                @media only screen and (max-width:912px) {
                  .pcmode {
                    width: 100% !important;
                    height: auto !important;
                    max-height: none !important;
                  }
                }

                @media only screen and (max-width:820px) {
                  .pcmode {
                    width: 100% !important;
                    height: auto !important;
                    max-height: none !important;
                  }
                }

                @media only screen and (max-width:768px) {
                  .pcmode {
                    width: 100% !important;
                    height: auto !important;
                    max-height: none !important;
                  }
                }

                @media only screen and (max-width:640px) {
                  .pcmode {
                    min-height: 350px;
                  }

                  .space-ptb-stu {
                    height: 100px;
                  }
                  .space-ptb-stuabout{
                    height: 100px;
                  }
                }

                @media only screen and (max-width:540px) {
                  .pcmode {
                    min-height: 300px;
                  }
                }

                @media only screen and (max-width:480px) {
                  .pcmode {
                    min-height: 280px;
                  }
                }

                @media only screen and (max-width:450px) {
                  .pcmode {
                    min-height: 250px;
                  }
                }

                @media only screen and (max-width:380px) {
                  .pcmode {
                    min-height: 220px;
                  }
                }

                @media only screen and (max-width:350px) {
                  .pcmode {
                    min-height: 180px;
                  }
                }