@media only screen and (min-width: 980px) and (max-width: 1190px) {

}

@media only screen and (min-width: 768px) and (max-width: 979px) {

}

@media only screen and (max-width: 767px){
	.container, .dnd_container{
		width: 90%!important;
	}
}


@media only screen and (max-width: 320px){

	.container,
.tcvpb_container,
.dnd_container{
	width: 80% !important;
}
}

@media only screen and (max-width: 767px){
.tcvpb_container [class*="column_tc_span"],
.dnd_container [class*="column_dd_span"]{
	width: 100%;
	margin-left: 0!important;
	text-align: left ;
}
}

@media only screen and (max-width: 320px){
    .dnd_column_dd_span3.remove_column{
        display: none !important;
    }
}