
* {
    margin: 10;
    padding: 10;
    color: #463730;
    font-family: Arial, Helvetica, sans-serif;
    }

body {
  border: #f54545 solid 7px;
}
  
  
  #container {
    max-width: 550px;
    margin: auto;
  }
  
  #monitor {
    background: #488ac3; 
    position: relative;
    border-top: 3px solid #888; 
    margin: 5%;
    padding: 2% 2% 4% 2%; 
    border-radius: 10px; 
    border-bottom-left-radius: 50% 2%; 
    border-bottom-right-radius: 50% 2%; 
    transition: margin-right 1s;
  }
  
  #monitor:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 3%;
    left: 36%;
    height: .5%; 
    width: 28%;
    background: #ddd; 
    border-radius: 50%; 
    box-shadow: 0 0 3px 0 white; 
  }
  
  #monitorscreen {
    position: relative;
    background-color: #777;
    background-size: cover; 
    background-position: top center;
    height: 0; 
    padding-bottom: 56.25%; 
    position: relative;
    overflow: hidden;
  }
  
  
  @media all and (min-width: 560px) {
      #monitor {
        -webkit-animation: tvflicker .2s infinite alternate; 
        -moz-animation:    tvflicker .5s infinite alternate; 
        -o-animation:      tvflicker .5s infinite alternate; 
        animation:         tvflicker .5s infinite alternate; 
      }
  
      @-webkit-keyframes tvflicker {
        0%   { box-shadow: 0 0 100px 0 rgba(200,235,255,0.4); }
        100% { box-shadow: 0 0 95px 0 rgba(200,230,255,0.45); }
      }
      @-moz-keyframes tvflicker {
        0%   { box-shadow: 0 0 100px 0 rgba(225,235,255,0.4); }
        100% { box-shadow: 0 0 60px 0 rgba(200,220,255,0.6); }
      }
      @-o-keyframes tvflicker {
        0%   { box-shadow: 0 0 100px 0 rgba(225,235,255,0.4); }
        100% { box-shadow: 0 0 60px 0 rgba(200,220,255,0.6); }
      }
      @keyframes tvflicker {
        0%   { box-shadow: 0 0 100px 0 rgba(225,235,255,0.4); }
        100% { box-shadow: 0 0 60px 0 rgba(200,220,255,0.6); }
      }
  }


#demo {
  max-width: 550px;
  max-height: 350px;
  overflow: hidden;
}
  .tv-form {
    background: transparent;
    top: 0;
    left: 0;
    width: 100%;
    height: 260px;
    border: none;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
  }
    
  #tv-image-1, #tv-image-2, #tv-image-3, #tv-image-4, #tv-image-5{
    position: absolute;
    top: 0;
    left: 10%;
    object-fit:scale-down;
    max-width: 50%;
    max-height: 100%;
  }

  #tv-button-1, #tv-button-2, #tv-button-3, #tv-button-4, #tv-button-5{
    background-color: #E0F2E9;;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}

.tv-text {
  position: absolute;
  top: 16%;
  left: 70%;
}

.tv-text-description {
  position: absolute;
  top: 30%;
  left: 60%;
  font-size: 12px;
}

.heading-97 {
  color: #463730;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 100px;
  font-size: 50px;
  font-weight: 700;
  line-height: 44px;
  text-decoration: bold;
  align-items: center;
  justify-content: center;
}

.margin-bottom-24px {
  color: #463730;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 20px;
  margin-bottom: 100px;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: bold;
  align-items: center;
  justify-content: center;
}

.cartoon-tomato-potato {
  align-items: center;
  justify-content: center;
  width: 550px;
}


 @media all and (max-width: 560px) {
.heading-97 {
  color: #463730;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 100px;
  font-size: 37px;
  font-weight: 700;
  line-height: 44px;
  text-decoration: bold;
  align-items: center;
  justify-content: center;
}

.margin-bottom-24px {
  color: #463730;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 20px;
  margin-bottom: 100px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: bold;
  align-items: center;
  justify-content: center;
}

.cartoon-tomato-potato {
  align-items: center;
  justify-content: center;
  width: 450px;
}


.cartoon-grid {
  display: grid;
  padding: 7px;
  grid-template-columns: 50;
  grid-template-areas:
      "img"
      ;

  align-items: center;
  justify-content: center;
  width: 50;
}
}

.cartoon-grid {
  display: grid;
  padding: 7px;
  grid-template-columns: 550;
  grid-template-areas:
    "img"
  ;

  align-items: center;
  justify-content: center;
  width: 550;
}