/********** Agent/Office Search iframes **************/

body,html {padding:0;margin:0;height:100%;}

html {overflow-y:hidden}

div.agt-ofc-search-frame-container {
    position: relative;
    height: 100%;
    max-width: 100%;	
}
iframe.agt-ofc-search-frame {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	border: 0px;
}