.content .movies .live.movie {
   width: 33vw;
   height: 19vw;
   margin-right: 2.2vw;
   display: inline-block;
   background-size: cover;
   position: relative;
   background-repeat: no-repeat;
   position: relative;
   margin-left: 0.3vw;
   background-position: center;

}

.content .movies .movie:before{
   content:"";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   display: block;
   background: url("../img/placeholders/live.png") no-repeat center;
   background-size: cover;
   z-index: -1;
   opacity: 0.2;
}

.content .movies .live.movie .addinfo {
   position: absolute;
   top: 19.7vw;
}

.content .movies .live.movie .addinfo .time {
   font-size: 1.25vw;
   margin-bottom: 0.7vw;
   color: #A2B4C3;
   font-family: RTLUnitedText-Regular;
}

.content .movies .live.movie .addinfo .title-movie {
   font-size: 1.6vw;
   font-family: RTLUnitedText-Bold;
   margin-bottom: 0.6vw;
   white-space: normal
}

.content .movies .live.movie .addinfo .description {
   font-size: 1.2vw;
   white-space: normal;
   color: #A2B4C3;
   font-family: 'RTLUnitedText-Regular';

}





.content .movies .live.movie:focus {
   outline: none;
}

.content .movies .live.movie.selected {
   outline: 0.15vw solid rgba(255, 255, 255, 1);
   outline-offset: 0vw;
}