@media only screen and (min-width:991px) and (max-width:1199px)  {
.imagebg{background-position: 100% 44% !important;}
.full-width {    width: 100%;}
}

@media only screen and (min-width:768px) and (max-width: 990px){

}
@media only screen and (min-width:480px) and (max-width: 767px){

}

@media only screen and (max-width: 479px){

}

