#bannerM { display:none; }
    .dropdn-content {
            display: none;
            position: absolute;
            background-color: #f1f1f1;
            min-width: 160px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 2;
        }

        .dropdn-content a {
            color: #5f021f;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }

        .dropdn-content a:hover {background-color: #ddd;}

        .dropdn:hover .dropdn-content {display: block;}

        .dropdn:hover #yayinlar {background-color: #fff;}
    @media (max-width: 600px) {
            .mySwiper  {
                width: 100%;
            }
            .mySwiper .swiper-pagination   {
                display: none;
            }
            .mySwiper2  {
                width: 330% !important;
                margin-left: 60px;
            }

            .mySwiper2 .swiper-slide{
               display: flex;
            }
            
        #hrc {
            display: none;
        }
        #hlc {
            display: flex;
            justify-content: center;
        }
        #bannerW { display: none; }
        #bannerM { display:block; }
    }