@media only screen and (max-width: 600px) {
  .thirdContainer .instagram-information {
    display: block;
    justify-content: space-evenly;
    align-items: center; }
    .thirdContainer .instagram-information .image img {
      display: none; }

  .fourthContainer .youtube-information {
    margin-top: 5em;
    display: block;
    justify-content: space-evenly;
    align-items: center; }
    .fourthContainer .youtube-information .image img {
      display: none; } }

/*# sourceMappingURL=mediaquery.css.map */
