/***
* img responsiveness
*/

img {
 max-width:100%!important;
 height:auto!important;
}
a img {
 max-width:100%!important;
 height:auto!important;
}

*::-ms-backdrop, .collapse-body img {
  width: 100%;
}

/***
* table on small screen
*/

@media (max-width:768px) {
  table {
   display: block;
   width: 100% !important;
   padding:7px 0!important;
  }
  td, th {
   display: block;
   width: 100% !important;
   padding:3px!important;
  }
}



/***
* table on small screen
*/


#oceanQuote {
	background: #025e9e url(/media/oecdorg/directorates/developmentco-operationdirectoratedcd-dac/shutterstock_733185379-1500x1000-min-cp70.jpg) center center;
    background-size: cover;
    width: calc(100% + 30px);
    margin-left: -15px;
}

#oceanQuote h3 {
  padding: 4em 1.5em 2em 30%;
  font-size: 30px;
  color: #fff;
  text-shadow: 0 0 21px #151b44;
}

@media screen and (max-width: 768px){

  #oceanQuote h3 {
    padding: 2em .5em 1em 15%;
    font-size: 17px;
    color: #fff;
    text-shadow: 0 0 15px #025e9e;
  }
}

td img {
  max-width: 100%;
  height: auto!important;
}