/*
Theme Name: Greenpeace Planet 4 Child Theme Romania
Theme URI: https://github.com/greenpeace/planet4-child-theme-romania
Description: Child theme for the Romania website in the Planet 4 Wordpress project
Author: Greenpeace International
Author URI: https://github.com/greenpeace
Template: planet4-master-theme
Version: 0.1
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: light, accessibility-ready
Text Domain: planet4-child-theme-romania
*/


.happy-point-block-wrap {
  height: 500px;
}

.happy-point-block-wrap .happy-point iframe {
  height: 500px;
}

@media (max-width: 390px) {
  .happy-point-block-wrap .happy-point iframe {
    position: relative;
    height: 650px;
  }

  .happy-point-block-wrap {
    height: 650px;
  }
}

@media (max-width: 576px) {
  .happy-point-block-wrap .happy-point {
    padding-top: 10px;
  }

  .happy-point-block-wrap .happy-point iframe {
    position: relative;
    height: 500px;
  }
}

@media (min-width: 768px) {
.happy-point-block-wrap .happy-point {
    padding-top: 50px;
  }
}

@media (min-width: 1200px) {
  .happy-point-block-wrap .happy-point {
    padding-top: 100px;
  }
}
