@media only screen and (max-width: 600px) { /* below 600 px */
    #wrapper-div-element-advanced_iframe_47-0 {
      width: 200px !important; 
      height:300px !important; 
      background-color: #448833 !important;
    }
}
@media only screen and (max-width: 1000px) and (min-width: 601px) { /* below 1000px */
    #wrapper-div-element-advanced_iframe_47-0 {
      width: 500px !important; 
      height:100px !important; 
      background-color: #884488 !important;
    }
}