#tv-prefeitura {
  margin-top: 60px;
}

#tv-prefeitura .container {
  flex-direction: column;
}

#tv-prefeitura .videos {
  width: 100%;
}

#tv-prefeitura .videos a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  text-decoration: none;
}

#tv-prefeitura .videos a:last-child {
  margin-bottom: 0;
}

#tv-prefeitura .videos .imagem {
  width: 15%;
  height: 105px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#tv-prefeitura .videos h3 {
  width: 85%;
  color: #004982;
  font-size: 1.2rem;
  font-family: "Ford Antenna Bold";
  display: flex;
  flex-direction: column;
  padding-left: 5px;
}

#tv-prefeitura .videos h3 span {
  font-size: 1.3rem;
  font-family: "Ford Antenna Regular";
}

.modal {
  max-width: 75%;
  padding: 0;
  background: none;
  border-radius: 0;
}

iframe {
  border: none;
  width: 100%;
  height: 75vh;
}

@media (max-width:768px) {
  #tv-prefeitura .videos .imagem {
    width: 25%;
    height: 100px;
  }

  #tv-prefeitura .videos h3 {
    width: 75%;
  }

  iframe {
    height: 32vh;
  }
}

@media (max-width:576px) {
  #tv-prefeitura {
    margin-top: 20px;
  }

  #tv-prefeitura .videos .imagem {
    width: 100%;
    height: 210px;
  }

  #tv-prefeitura .videos h3 {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}