.container{
  max-width: 1200px;
}

.movie-result{
  min-width: 20%;
  max-width: 20%;
}

.movie-result .v-image{
  height: 315px;
}

.movie-result a{
  color: #fff !important;
  text-decoration: none;
}

.movie-result .v-card__title{
  overflow: hidden;
  height: 80px;
  word-break: keep-all;
}

.movie-switch{
  display: flex;
  justify-content: center;
  align-items: center;
}

.movie-switch label{
  margin: 0 10px;
}

.rating{
  display: inline-flex;
  margin-right: 20px;
}

.rating-icon{
  justify-content: center;
  align-items: center;
  display: inline-flex;
  height: 22px;
  margin-right: 10px;
}

.rating-star{
  display: inline-flex;
  margin-right: 10px;
}

.v-data-table tbody tr:hover {
  background-color: transparent !important;
}

@media only screen and (max-width: 992px){
  .movie-result{
    min-width: 33.3%;
    max-width: 33.3%;
  }
}

@media only screen and (max-width: 768px){
  .movie-result{
    min-width: 50%;
    max-width: 50%;
  }
}
