section#features .android-device {
  position: relative;
  width: 228px;
  height: 500px;
  margin: 0 auto 20px;
  background-image: url("../img/pixel2_phone.png");
  background-size: 238px;
  background-repeat: no-repeat;
}

section#features .android-device .android-screen {
  position: absolute;
  top: 50px;
  left: 23px;
  width: 191px;
  height: 337px;
  border: 1px solid black;
  border-radius: 3px;
  overflow: hidden;
}
section#features .android-device .android-screen img {
  position: absolute;
  width: 100%;
}

.hidden {
  display: none
}

.platform-switch {
  text-align: center;
}

.platform-switch a {
  display: inline-block;
  padding: 7px 20px;
  text-decoration: none;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  margin-bottom: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.platform-switch a i {
  font-size: 1.5em;
}

.platform-switch a {
  border: 2px solid #cccccc;
  color: #999999;
}
.platform-switch a:hover {
  color: #ffffff;
  background: #c76dd7;
  border-color: #c76dd7;
}
.platform-switch a.active {
  color: #ffffff;
  background: #c76dd7;
  border-color: #c76dd7;
}


@media (min-width: 769px) {
     .media.feature:first-of-type {
        margin-top: 65px !important;
    }
}

@media (max-width: 768px) {
    .platform-switch {
        margin-top: 30px;
    }
}