Как скрыть все a.item? Обратиться просто по классу не представляет возможности!
<div class="popup-youtube-block-content popup-youtube-block-content-custom">
<a class="item popup-btn"></a>
<a href="" class="item">
<img src="">
</a>
<iframe width="560" height="315" src="#"></iframe>
<a href="" class="item">
<img src="" alt="">
</a>
<iframe width="560" height="315" src="#"></iframe>
<a href="" class="item">
<img src="" alt="">
</a>
<iframe width="560" height="315" src="#"></iframe>
<a href="" class="item">
<img src="" alt="">
</a>
<iframe width="560" height="315" src="#"></iframe>
<a href="" class="item">
<img src="" alt="">
</a>
<iframe width="560" height="315" src="#"></iframe>
<a href="" class="item">
<img src="" alt="">
</a>
<iframe width="560" height="315" src="#"></iframe>
</div>
Близко но не то!
Скрывает все кроме первого, а нужно именно все a.item
iframe + a.item {
display: none;
}