﻿.single-news__container {
  position: relative;
  height: 100%;
  display: block;
  /*margin-bottom: 50px;*/
}
.single-news__container img:first-child {
  max-width: 100%;
  height: 100%;
  border-radius: 3px;
}
.single-news__container img:last-child {
  width: 67px;
  position: absolute;
  bottom: 43%;
  z-index: 1;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
.single-news__container:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 65px;
  /*background: url(/Portals/0/bottom-of-tv.png);
  background-repeat: no-repeat;
  background-size: contain;*/
}
.single-news__container:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: url(/Portals/0/bg-juice.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;*/
}
.single-news__container .content--single-news {
  /*height: 430px;*/
}
.single-news__container .content--single-news:before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.76) 0%, transparent 100%);
  height: 37%;
  width: 100%;
  right: 0;
  top: 0;
  transition: all 0.3s;
  border-radius: 5px;
}
.single-news__container .content--single-news:after {
  content: "";
  position: absolute;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.76) 0%, transparent 100%);
  height: 37%;
  width: 100%;
  right: 0;
  bottom: 0;
  transition: all 0.3s;
  border-radius: 5px;
}
.single-news__container .content--single-news > p {
  position: absolute;
  bottom: 24px;
  z-index: 1;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 17px;
}
.single-news__container .content--single-news > p:after {
  content: "\f142";
  font-family: FontAwesome;
  color: #25b8e8;
  position: relative;
  left: 0;
  bottom: -5px;
  margin-right: 10px;
  font-size: 23px;
}
.single-news__container .content--single-news > p:before {
  content: "\f142";
  font-family: FontAwesome;
  color: #25b8e8;
  position: relative;
  right: 0;
  bottom: -5px;
  margin-left: 10px;
  font-size: 23px;
}
.single-news__container .content--single-news .play-icon {
  right: 45%;
  position: absolute;
  top: 45%;
  font-size: 70px;
  color: #25b8e8;
}
@media (max-width: 768px) {
  .single-news__container .content--single-news .play-icon {
    right: 40%;
    top: 30%;
  }
}
.single-news__container .content--single-news .play-icon__background {
  background: white;
  right: 47%;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 35px;
}
@media (max-width: 768px) {
  .single-news__container .content--single-news .play-icon__background {
    right: 47%;
    top: 43%;
  }
}

@media screen and (min-width: 1025px) {
  .last-news__container:hover::after {
    height: 100%;
  }
  .last-news__container:hover .content {
    transform: translateY(-30px);
  }
}
