.breadcrumbBox {
            display: none;
}

.edn_metaDetails {
    display: none;
}
.edn_readMoreButtonWrapper {
display: none;
}

.edn_socialPrintWrapper {
display: none;
}
 @media only screen and (max-width: 767px) {
     header .phoneHeadTop{
         position: fixed;
         left: 0;
         top: 0;
         width: 100%;
         background: #fff;
         z-index: 903;
     }
     header .phoneHeadBottom{
        padding: 0;
        position: fixed;
        top: 105px;
        left: 0;
        z-index: 903;
        width: 100%;
        height: 0;
     }
     #dnn_content{
         margin-top: 100px;
     }
 }

.row [class*="Pane"] {
padding: 2px 0px 10px 0px;
}






