 #page-header {
        display: none !important;
    }
    #navigation {
        display: none !important;
    }
    #quick-nav {
        display: none !important;
    }
    #page-navbar {
        display: none !important;
    }
    #block-region-side-pre {
        display: none !important;
    }
    #page-footer {
        display: none !important;
    }

/*----------------Dialy GK Updates Start-------------*/

.dgk-cmg img{
	width: 850px;
	background: #ccc;
	max-height: initial;
}

.dgk-cmg {
	width: 100%;
	height: 250px;
	overflow: hidden;
	background: #efefef;
	text-align: center;
}

.dgk-brk {
	background: #fcfcfc;
	width: 100%;
	margin-bottom: 15px;
	margin-top: 20px;
	overflow: hidden;
	box-shadow: 0px 0px 8px 1px rgba(204, 204, 204, 0.6);
}

.row {
	padding-left: 5px !important;
    padding-right: 5px !important;
}

@media only screen and (max-width:1199px){
    
.dgk-cmg {
	width: 100%;
	height: auto;
	overflow: visible;
	background: #efefef;
	text-align: center;
}

}

/*----------------Dialy GK Updates End-------------*/