 @media only screen and (min-device-width: 499px) {
.publist_iframe { 

}

.publist_gomb{ display: none

}

}

 

@media only screen and (max-device-width: 499px) {
.publist_iframe{ display: none

}

.publist_gomb{ 

}

}