.video-hub-gallery-component {
  max-width: 100%;
}
.subContainerInApp {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.tile {
  padding-top: 10px;
  width: 25%;
}
.tile .img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  display: block;
  pointer-events: fill;
  width: 181px;
  height: 256px;
  border-radius: 8px;
}
.tileText {
  font-family: VerizonNHGeDS, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-align: left;
  /*margin-left: 5%; 
    margin-right: 10%;*/
}
.tileText div.tileTitle {
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 10px;
}
.tileText span {
  display: block;
  font-family: VerizonNHGeDS, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-align: left;
  color: grey;
}
.activeVid {
  display: none;
}
@media screen and (max-width: 767.5px) {
  .tile {
    flex: 0 0 50%;
    padding: 0 8px;
  }
  .subContainerInApp {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 32px 8px;
  }
  .containerInApp-Subtitle {
    display: none;
  }
  .tileText {
    padding: 0 5px;
  }
}
@media screen and (min-width: 768px) {
  .containerInApp-main {
    width: 62%;
    height: auto;
  }
  .containerInApp {
    max-width: 1272px;
    margin: 0 auto;
    padding-left: 20px;
    padding-top: 3%;
  }
  .containerInApp-Subtitle {
    color: #000000;
    font-family: VerizonNHGeDS, Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    padding-left: 5px;
  }
  .tile {
    margin: 0 8px;
  }
  .tileText {
    padding: 0 5px;
  }
}
.vid {
  display: flex;
  justify-content: center;
  width: 100vw;
  height: 465.4px;
}
/*InApp css part end*/
