.shortcode_banner_simple_height {
  cursor: pointer;
  margin-bottom: 2.5rem;
  clear: both;
  position: relative; }

.shortcode_banner_simple_height_inner {
  padding: 10px;
  overflow: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

.shortcode_banner_simple_height_inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  z-index: 3; }

.shortcode_banner_simple_height_inner:hover:before {
  background: rgba(0, 0, 0, 0.3); }

.shortcode_banner_simple_height_bkg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background-color: #f5f5f5;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 2; }

.shortcode_banner_simple_height:hover .shortcode_banner_simple_height_bkg {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.shortcode_banner_simple_height:hover {
  background-size: 115%; }

.shortcode_banner_simple_height_inside {
  padding: 20px;
  text-align: center;
  border: 2px solid #fff;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
  word-break: break-all; }

.shortcode_banner_simple_height_content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 999; }

.shortcode_banner_simple_height_inside h3 {
  padding: 0;
  margin: 0;
  font-weight: 900;
  font-size: 21px; }

.shortcode_banner_simple_height_inside h3 strong {
  font-size: 28px; }

.shortcode_banner_simple_height_inside h3 a {
  text-decoration: underline; }

.shortcode_banner_simple_height_inside h4 {
  padding: 0;
  margin: 0;
  font-size: 14px; }

.shortcode_banner_simple_height_inside h4 a {
  text-decoration: underline; }

.shortcode_banner_simple_height_sep {
  width: 50%;
  height: 2px;
  background: #fff;
  margin: 5px auto; }

.shortcode_banner_simple_height_bullet {
  width: 144px;
  height: 144px;
  background: #000;
  border-radius: 72px;
  text-align: center;
  display: table;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.3em;
  position: absolute;
  top: -10px;
  right: 30px;
  z-index: 10;
  -moz-border-radius: 72px;
  -webkit-border-radius: 72px;
  -khtml-border-radius: 72px; }

.shortcode_banner_simple_height_bullet strong {
  font-size: 18px;
  line-height: 1.5em; }

.shortcode_banner_simple_height_bullet span {
  display: table-cell;
  vertical-align: middle;
  padding: 20px; }

@media screen and (max-width: 959px) {
  .shortcode_banner_simple_height_bullet {
    display: none; } }

@media only screen and (max-width: 479px) {
  .shortcode_banner_simple_height_inside h3,
  .shortcode_banner_simple_height_inside h3 strong {
    font-size: 16px; }
  .shortcode_banner_simple_height_inside h4 {
    font-size: 12px; } }
