/* สำหรับภาพ hover */
.current-menu-item .menu-image-hover-wrapper img.hovered-image {
    opacity: 1;
}

/* สำหรับภาพ default เมื่อเมนูเป็น active */
.current-menu-item .menu-image-hover-wrapper img.menu-image {
    opacity: 0;
}

@media only screen and (max-width: 600px) {
/*popup boardcastt popup*/
.popup-content {    width: 90%; height:70%;}
span.close {    right: 10%;    top: 15%;    font-weight: 600;}
/*End popup boardcastt popup*/
}