@media only screen and (max-width:1339px) and (min-width:1024px){
.home_about001 {
    position: relative;
}

.home_about001:after {
	position: absolute;
    background-size: contain !important;
    width: 1000px;
    content: '';
    background: url(/images/00_PBS/Home/about.png);
    height: 1000px;
    top: 985px;
    bottom: 0px;
    left: -153px;
    margin: auto;
    background-repeat: no-repeat;
    z-index: -10!important;
}  
  
  
  
}