@media (max-width: 980px){
	section.Blog-details img{
		width: 100%;
    max-width: 100%;
    margin-right: 0px;
    
    height: 350px;
    object-fit: cover;
    float: none;
	}
	section.Blog-details .container div {
    width: 100%;
    min-height: auto;
}
	#attr-detail {
    max-width: 100%;
    margin-right: 0px;
    height: 350px;
    object-fit: cover;
    float: none;
		margin-bottom: 30px;
}
}
@media (max-width: 540px){
	section.Blog-details img{
		height: 300px;
	}
  #attr-detail{
    height: 300px;
  }
}
