



#akhbarek_net {
    width: 50%;
    height: 100px;
    /*background-color: #bd262b;*/
    margin: 4% auto;
}

/* Zoom 67% */
@media (max-width:2880px) {
    #akhbarek_net {
        width: 30% !important;
        height: 85px !important;
        /*background-color: #bd262b !important;*/
        margin: 3% auto 4% !important;
    }
}
/* Zoom 75% */
@media (max-width:2560px) {
    #akhbarek_net {
        width: 35% !important;
        height: 90px !important;
    }
}
/* Zoom 80% */
@media (max-width:2400px) {
    #akhbarek_net {
        width: 36% !important;
        height: 95px !important;
    }
}
/* Zoom 90% */
@media (max-width:2133.33px) {
    #akhbarek_net {
        width: 40% !important;
        height: 80px !important;
        margin: 4% auto 4% !important
    }
}
/* Zoom 100% */
@media(max-width:1920px) {
    #akhbarek_net {
        width: 40% !important;
        height: 80px !important;
        /* margin: 4% auto 4% !important; */
        margin: 4% auto 1% !important;
    }
}
/* Zoom 110% */
@media(max-width:1745.44px) {
    #akhbarek_net {
        height: 80px !important
    }
}
/* Zoom 125%*/
@media(max-width:1536px) {
    #akhbarek_net {
        height: 80px !important;
        margin: 5% auto 4% !important;
        width: 50% !important;
    }
}
/* Zoom 150%*/
@media(max-width:1280px) {
    #akhbarek_net {
        height: 70px !important;
        margin: 6% auto -5% !important;
    }
}

/* mobile */
@media(max-width:768px) {
    #akhbarek-net-mob {
        margin-top: 22%;
        margin-bottom: -15%;
    }
}

@media(min-width:1570px) and (max-width:1672px){
    #akhbarek-net-pc {
        margin-top: 4.5%;
        margin-bottom: 0.5%;
    }
}

@media(min-width:1401px) and (max-width:1570px) {
    #akhbarek-net-pc {
        margin-top: 6%;
        margin-bottom: -4.5%;
    }
}

@media(min-width:1110px) and (max-width:1210px) {
    #akhbarek-net-pc {
        margin-top: 7%;
        margin-bottom: -5.5%;
    }
}

@media(min-width:119px) {
    #akhbarek-net-pc {
        display:none;
    }
}
