.news article {
  height: 762.5px;
}
.atc {
  width: 50%;
  height: 100%;
  float: left;
}
#title {
  background: black;
}
#title h2, #title h4 {
  padding-left: 40px;
}
#title a {
  text-decoration: none;
}
#title h2 {
  font-size: 40px;
  color: white;
  width: 90%;
  font-family: 'Bayon', cursive !important;
  text-transform: uppercase;
}
#title h2:hover {
  color: #e5127d;
}
#title h4 {
  color: white;
}
#ct-type {
  width: 200px;
  height: 70px;
  background: linear-gradient(to left, #e5127d, red);
  margin-left: 80px;
  margin-top: 230px;
  transform: skew(40deg);
}
#ct-type h3 {
  color: white;
  transform: skew(-40deg);
  float: left;
  margin-left: 55px;
  margin-top: 15px;
  font-size: 25px;
  font-family: 'Koulen', cursive;
}
#picture {
  height: 100%;
}
#picture img {
  height: 100%;
  width: 100%;
}
#bt-atc {
  height: 30px;
  background: linear-gradient(to left, #e5127d, red);
}
#description {
  width: 70%;
  margin: auto;
}
#big-first-word {
  float: left;
  font-size: 70px;
  color: #e5127d;
  padding-right: 10px;
  line-height: 80px;
  margin-top: 15px;
}
#description p {
  padding-top: 20px;
  font-size: 25px;
}
#description img {
  width: 100%;
}
iframe {
  width: 100%;
  height: 600px;
  margin: auto;
}
#pre-footer {
  height: 70px;
  width: 100%;
  background: linear-gradient(to bottom, transparent, #ccc);
}
