#first_sentence {
  font-size: 5vh; }

#second_sentence {
  font-size: 2vh; }

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%; }

#message {
  text-align: center; }

#logo {
  height: 12vh; 
  width: 33vh; }

#follow {
  font-size: 5vh;
  text-align: center; }

#insta_logo {
  height: 7vh;
  width: 8vh; }

#insta_font {
  height: 5vh;
  width: 12vh;
  margin-top: 13px; }

#social_media {
  text-align: center;
  position: absolute;
  bottom: 8vh;
  left: 0;
  right: 0;
  margin: auto; }

/* Add some content at the bottom of the video/page */
.content {
  color: #f1f1f1;
  width: 100%;
  margin-bottom: 200px;
  margin-top: -15vh; }

.grow:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3); }

@media only screen and (max-width: 992px) {
  #myVideo {
    right: -50vh; } }

/*# sourceMappingURL=maintenance.css.map */
