@media screen and (max-width:768px){

.text1, .home_bg1_text{
width:90%;
}

.mt-xs-3{
margin-top: 1rem !important;
}

.home_subscribe_form .submit{
width:100%;
}


.voting-bar {
    position: absolute;
    top: 15px;
    left: -11px;
}

.featured_img_credit {
     
    left: -12px;
	bottom: -8px;
	
}	

.border_left_side_on_img {
   
    height: 84%;
}

.border_right_side_on_img {
     height: 84%;
    
}


.page_title{
font-size:280%;
}

.articles_map_below_info {
     font-size: 20px;
	 padding-bottom:10px!important;
 }
 
 
 
 
 
 
.article_details_body_img img{
height:auto;
}

.article_details_heading {
 
    font-size: 43px;
    
}


.article_details_header_border {
    border-left:none;
      margin-top: 10%;
}

.article_details_header_border .pl-4{
padding:0px!important;
}



#map svg{
width:100%!important;
}

}





@media screen and (min-width:768px){

 
 
} 