/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .tek360_virtual_tour-field-iframe {
  height: 500px;
 }

 .tek360_virtual_tour-field-iframe iframe {
  border:none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
 }