Специфика вашего друга.Примените ваши :not(.anifrmclass)
стили ко всем <iframe>
с, затем переопределите другие значения для <iframe class="anifrmclass">
.
iframe {
/* Styles for all -other- iframes */
display: none;
}
iframe.anifrmclass {
/* Override for this class with values other than the above */
display: inline-block;
}