#sittings_fotos {
    position:fixed;
    left:0;
    top:0;
    width: 100%;
    height:46px;
    background:#303b44;
    z-index:5;
}

.ch2 {
  display: none;
}

.ch1:hover .ch2 {
  display: block !important;
}

