.newwhirth {
  width: 9%;
}

.logocss {
  margin-top: -10px;
}

.mainvideo {
  display: none;
}

.viratext {
  font-size: 35px;
}

.pertext {
  margin-top: -50px;
  font-size: 12px;
}

.section-title h2 {
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 0;
    cursor: none;
}

@media only screen and (max-width: 600px) {
  
  .footer-logo {
    text-align: center;
  }
  
  .pertext {
    margin-top: 0px;
    font-size: 12px;
}

  .section-title h2 {
        font-size: 20px;
    }
  
    .newwhirth {
    width: 25%;
}

.logocss {
  margin-top: -5px;
}

.frame-section {
  display: none;
}

.mainvideo {
  display: block;
  padding: 150px 0 150px;
  border-radius: 0px;
  margin-top: 0px;
}

.viratext {
  font-size: 20px;
}

.about-item-image img {
    max-height: 110px;
}

}