.title {
  float: left;
  width: 70%;
  box-sizing: border-box;
}
.title .google-search {
  float: left;
  width: 16px;
  height: 16px;
}
.title h1 a {
  font-size: 16px;
  margin-left: 4px;
}
.filmicerik {
  margin: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  color: #818181;
  font-weight: 400;
  padding: 4px 0;
  box-sizing: border-box;
}
.movie-header {
  width: 100%;
  padding: 4px;
  box-sizing: border-box;
  display: table;
}
.movie-thumbnail {
  position: relative;
  float: left;
  width: 30%;
  height: 300px;
  box-sizing: border-box;
}
.movie-thumbnail img {
  border-radius: 4px 0 0 4px;
  width: 100%;
  height: 100%;
  border: 2px solid #222;
  box-sizing: border-box;
}
.movie-trailer {
  position: relative;
  float: left;
  width: 70%;
  height: 300px;
  box-sizing: border-box;
}
.movie-trailer iframe {
  width: 100%;
  height: 100%;
  border: 2px solid #222;
  border-left: none;
  border-radius: 0 4px 4px 0;
  box-sizing: border-box;
}
.movie-description {
  text-align: center;
}
.imdb-rating {
  background: url(https://movie2022.com/wp-content/uploads/2020/08/IMDb.png)
    no-repeat;
  background-size: 100% 100%;
  width: 160px;
  height: 36px;
  vertical-align: top;
  display: inline-block;
}
.imdb-rating-content {
  margin: 1px 0 0 69px;
  font-size: 18px;
  color: #888;
}
.imdb-rating-content > span p {
  font-size: 24px;
  color: #333;
  margin: 1px;
}
.actions {
  float: left;
  box-sizing: border-box;
  border-radius: 4px;
  background: #2e2e2e;
  width: 100%;
  margin-bottom: 4px;
}
.actions .facebook-like-button,
.actions .facebook-share-button,
.actions .vote {
  width: 33.33%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
}
.actions .vote {
  text-align: center;
}
.actions .facebook-share-button {
  text-align: right;
}
.content-tags {
  float: left;
  padding: 4px;
  width: 100%;
  font-size: 12px;
}
.movie-s a {
    border: 1px solid #f1c71a;
    background: #f1c71a;
    position: relative;
    display: inline-block;
    padding: 6px 10px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    transition: .5s;
    overflow: hidden;
}
.movie-s  a:hover {
     background: #f12727;
    color: #050801;
    box-shadow: 0 0 5px #efc0c0, 0 0 25px #efc0c0, 0 0 50px #efc0c0, 0 0 200px #efc0c0;
}