@media only screen and (min-width: 768px) {
  .head__sub__mobile {
    display: none;
  }
  /*==========================*/

  @media only screen and (min-width: 768px)  {
	.single-post iframe{ 
		max-height:380px;
	 }
    /* Header */
	.showbiz__main__other {
	  padding: 19px;
	}
	.showbiz__main__container {
	  margin: 0 20px;
	}
    .header {
        padding: 0;
        justify-content: space-between;
        max-width: 1170px;
        margin-bottom: 30px;
        position: relative;
        height: 60px;
		align-items: flex-end;
    }

    .header__title a .logo {
        display: none;
    }
    .header__title a .logo-desktop {
        display: block;
    }
    .header__title{
        background: #fff;
        padding: 0 10px 0 0;
        display: flex;
        height: 60px;
        position: relative;
        
    }
    .header__title-des{
        width: 17%;
    }
    .header__title__logo-bg{
        height: 40px;
        width: 200px;
        background-size: contain;
        background-repeat: no-repeat;
        padding: 10p;
        position: absolute;
        top: 10px;
    }
    .header ul {
        display: flex;
        margin: 0;
        padding: 9px;
    }
    .header ul li {
        list-style-type: none;
        margin-right: 12px;
    }
    .header ul li a {
        color: #000;
        text-decoration: none;
        text-transform: uppercase;
		font-size: 18px;
    }
	.header ul li:nth-child(9){
		border-right: 2px solid #000;
		padding-right: 17px;
	}
	.header ul li:last-child::before { 
		color: red;
		font-weight: bold;
		height: 2px;
		width: 2px;
		padding: 1px;
		border-radius: 50%;
		content: '';
		display: inline-block;
		width: 7px;
		height: 7px;
		-moz-border-radius: 7.5px;
		-webkit-border-radius: 7.5px;
		border-radius: 7.5px;
		background-color: red;
		align-items: center;
		flex-direction: row;
		margin-bottom: 3px;
		margin-left: 4px;
	}
    .header__info__menu .open-menu {
        display: none;
    }
	.search_desktop{
		cursor: pointer;
	}
    .header__info__menu img.search-desktop {
        display: block;
        cursor: pointer;
        position: absolute;
        top: 23px;
        right: 0;
    }
    .header__info__menu .search-desktop {
        display: block;
        cursor: pointer;
        position: absolute;
		right: 2%;
		top: 22px;
		width: 20%;
    }
    .header__info__menu input.search-desktop {
        display: none;
        height: 30px;
        outline: none;
        border: 1px solid #000;
    }
	
	.header__info{
		padding-bottom: 9px;
	}


    /* Breaking news section */

    .breaking-news {
        display: flex;
        padding: 0;
    }
    .breaking-news__head {
        border-bottom: none;
        border-right: 1px dashed white;
        padding: 16px 20px;
        margin-bottom: unset;
    }
    .breaking-news__head__title {
        min-width: 144px;
        padding-bottom: unset;
    }
    .breaking-news__head__close {
        display: none;
    }
    .breaking-news__update {
        display: flex;
        justify-content: space-between;
        padding: 16px 20px;
        align-items: center;
        width: 100%;
    }
    .breaking-news__update__info {
        display: flex;
        align-items: center;
    }
    .breaking-news__update__info__time {
        margin-bottom: unset;
    }
    .breaking-news__update__info__time__day {
        display: none;
    }
    .breaking-news__update__info__time__hour {
        margin-right: 9px;
    }
    .breaking-news__update__close {
        display: block;
        cursor: pointer;
    }
    .breaking-news__update__info__content {
        width: 75%;
    }

    /* Footer */

    .footer {
        height: 99px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        max-width: 1170px;
        margin: 0 auto;
    }
    .footer__info {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;

    }
    .footer__logo {
        margin: 0 66px 0 0;

    }
    .footer__copyright {
        display: block;
        margin-left: 0;
        margin-right: 0;
        max-width: 250px;
        width: 100%;
    }
    .footer__info__copyright{
        display: none;
    }
    .footer__info__social {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer__info__nav {
        margin-bottom: 0;
    }
    .footer__info__social__items {
        margin: 0 0 0 8px;
    }
    .footer__info__email {
        margin: 0;
    }

    /* Double lajme section */

    .double_lajme_sections {
        display: flex;
    }
    .double_lajme_header_image img {
        width: 495px;
        height: 320px;
        margin: 0 0 19px 0;
    }
    .double_lajme_header {
        display: flex;
        flex-direction: column;
    }
    .double_lajme_item_image img {
        width: 230px;
        height: 166px;
    }
    .double_lajme_item_info {
        display: flex;
        flex-direction: column;
        align-items: unset;
    }
    .double_lajme_item {
        width: 230px;
    }
    a.double_lajme_item_title {
        margin: 10px 0;
        font-size: 20px;
    }
    .double_lajme_items {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .double_lajme_item_description{
        display: block;
        font-size: 15px;
		line-height: 20px;
        height: 45px;
    }

    /* Lajme section */

    .live__head {
        display: flex;
    }
    .live__top__title {
        display: none;
    }
    .live__top__title-desktop {
        font-size: 18px;
        display: flex;
        align-items: center;
    }
    .live__top__anchor a {
        font-size: 12px;
    }
    .live__head__first {
        width: 617px;
    }
    .live__head__first__upper {
        display: block;
        text-transform: uppercase;
        font-size: 10px;
        margin-top: 17px;
        margin-bottom: 6px;
    }
    .live__head__first__upper img {
        width: 9px;
        height: 9px;
        margin-right: 4px;
    }
    .live__other {
        display: none;
    }
    .live__head__sub {
        display: unset;
        border-bottom: unset;
        margin-left: 30px;
    }
    
    .live__head__first__image a img {
        width: 570px;
        height: 320px;
    }
    .live__head__sub__item {
        display: inline-block;
        width: 268px;
        margin: 0 29px 0 0;
        border-bottom: none;
    }
    .live__head__sub__item:first-child{
      margin-top: 0;
      margin-right: 29px;
    }
    .live__head__sub__item:nth-of-type(2n) {
        margin-top: 0;
        margin-right: 0;
    }
    .live__head__sub__item__image a img {
        width: 270px;
        height: 166px;
    }
    .live__head__sub__item__image {
        margin-bottom: 16px;
    }
    .live__head__sub__item__title {
        font-size: 20px;
        margin-bottom: 7px;
    }
    .live__head__sub__item__description {
        display: block;
        margin-top: 7px;
        margin-bottom: 27px;
        font-size: 13px;
        height: 51px;
    }
    .live__head__first__title {
        font-size: 32px;
        margin-bottom: 18px;
    }
    .live__head__first__info{
        margin-top: 18px;
    }
    .live__head__first__info__desc {
        display: none;
    }
    .live__head__first__info__update-time {
        color: black;
    }
    .live__head__sub__item__update {
        padding-bottom: 16px;
        border-bottom: 1px solid black;
        margin-bottom: 16px;
    }



    /* News section */

    .news {
        display: flex;
        justify-content: center;
    }
    .news__other {
        display: none;
    }
    .news__head {
        margin: 0 30px;
    }
    .news__head__first {
        width: 570px;
        margin-bottom: 30px;
    }
    .news__head__sub {
        border-bottom: 0;
        padding-bottom: 0;
    }
    .news__head__sub__item {
        width: 270px;
        border-bottom: 1px solid black;
    }
    .news__head__sub__item:first-child {
        margin-right: 30px;
        border-bottom: 1px solid black;
        padding-bottom: 17px;
    }
    .news__head__sub__item__image img {
        width: 100%;
        height: 166px;
    }
    .news__head__first__image a img {
        width: 570px;
        height: 320px;
    }
    .news__head__sub__item__image a img {
        width: 270px;
        height: 166px;
    }
    .news__head__first__info__live-2 {
        display: flex;
        align-items: center;
        margin-right: 2px;
        font-size: 10px;
        text-transform: uppercase;
        margin: 17px 0 6px 0;
    }
    .news__head__first__title {
        font-size: 32px;
    }
    .news__head__first__info__update-time {
        font-size: 12px;
    }
    .news__head__first__info__live-2 img {
        width: 9px;
        height: 9px;
    }
    .news__head__first__info__live {
        display: none;
    }
    .news__head__first__info{
        margin-top: 31px;
    }
    .news__best {
        display: none;
        flex-direction: column-reverse;
        height: 100%;
        margin-bottom: 0;
    }
    .news__best__top {
        width: 270px;
    }

    .news__best__top__button {
        display: none;
    }
    .news__best__top__overflow {
        display: none;
    }
    .news__left-desktop {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .news__left-desktop__item {
        border-bottom: 1px solid black;
        padding-bottom: 16px;
        margin-bottom: 16px;
        width: 270px;
    }
    .news__left-desktop__item:last-of-type {
        margin-bottom: 0;
        margin-top: 14px;
    }
    .news__left-desktop__item__title {
        font-size: 20px;
    }

    .news__left-desktop__item__image img {
        width: 100%;
        height: 166px;
    }
    .news__left-desktop__item__update__time {
        font-size: 12px;
        color: black;
        opacity: 80%;
    }
    .news__left-desktop__item__update__category {
        font-size: 10px;
        opacity: 80%;
        color: black;
    }
    .news__left-desktop__item__update {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 14px;
    }
    .news__left-desktop__item__description {
        font-size: 15px;
		line-height: 20px;
        margin-top: 14px;
        margin-bottom: 16px;
        min-height: 48px;
    }
    .news__best__right-desktop {
        display: flex;
        flex-direction: column;
        padding-bottom: 17px;
    }
    .news__best__right-desktop__item__title {
        font-size: 20px;
        
    }
    .news__best__right-desktop__item__update{
        margin-top: 7px;
        flex-direction: column;
        align-items: unset;
    }
    p.news__best__right-desktop__item__update_description {
      font-size: 15px;
	  line-height: 20px;
  }
    .news__best__right-desktop__item__update_article_information {
      display: flex;
      justify-content: space-between;
  }
    .news__best__right-desktop__item:first-child {
        margin-right: 10px;
    }
    .news__best__right-desktop__item {
        width: 270px;
    }
    .news__best__right-desktop__item__image img {
        width: 100%;
        height: 166px;
    }
    .news__best__top__item:last-of-type {
        border-bottom: 1px solid black;
        padding: 18px 0px 15px 0px;
    }
    .news__head__sub__item__title {
        font-size: 20px;
        
    }
    .news__head__sub__item__update{
        margin-top: 14px;
    }
    .news__head__sub__item__update__time {
        font-size: 12px;
        color: black;
        opacity: 80%;
    }
    .news__head__sub__item__update__category {
        font-size: 10px;
        color: black;
        opacity: 80%;
    }
    .news__best__top__item__info {
        justify-content: unset;
    }
    .news__best__top__item__info__category {
        margin-left: 4px;
    }

    /* News video section */
    .news-video {
        display: flex;
    }
    .news-video__left {
        width: 81.5%;
        margin-right: 30px;
    }

    .news-video__right {
        width: 25.5%;
        margin-top: 0;
    }

    .news-video__right__items {
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid black;
    }

    .news-video__right__items__item {
        margin: auto;
        text-align: center;
    }
    .news-video__right__add a img {
        width: 270px;
        height: 166px;
    }
    .news-video__right__add__title {
        font-size: 20px;
        margin-top: 16px;
        margin-bottom: 5px;
    }
    .news-video__right__add__sponsor .title {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        text-transform: uppercase;
        color: white;
        background: #BEBEBE;
        width: 69px;
        height: 15px;
    }
    .news-video__right__items__item:nth-child(2n) {
        margin-left: 0;
        text-align: center;
        margin: auto;
    }
    .news-video__right__items__item__title {
        width: unset;
        font-size: 20px;
    }

    .news-video__right__items__item a img {
        width: 230px;
        height: 140px;
    }
    .news-video__left__first {
        display: flex;
        position: relative;
    }
    .news-video__left__first__description {
        display: block;
        font-size: 15px;
		line-height: 20px;
    }
    .news-video__left__first__image {
        margin-right: 50px;
    }
    .news-video__left__first__image img {
        width: 370px;
        height: 260px;
    }
    .news-video__left__first__title {
        font-size: 28px;
        margin-top: 20px;
        margin-bottom: 12px;
    }
    .news-video__left__first__info {
        justify-content: unset;
    }
    .news-video__left__first__info__update-time {
        position: absolute;
        bottom: 25px;
    }
    .news-video__left__items__item {
        flex-direction: column;
        border-bottom: 1px solid black;
        display: inline-block;
        width: 270px;
        margin-right: 24px;
    }
    .news-video__left__items__item:last-child {
        border-bottom: 1px solid black;
    }
    .news-video__left__items__item:nth-child(3n) {
        margin-right: 0;
    }
    .news-video__left__items__item__image {
        margin-bottom: 16px;
    }
    .news-video__left__items__item__image img {
        width: 270px;
        height: 166px;
    }
    .news-video__left__items__item__info__title {
        font-size: 20px;
    }
    .news-video__left__items__item__info__description {
        display: block;
        font-size: 15px;
		line-height: 20px;
        margin-top: 7px;
        margin-bottom: 25px;
        min-height: 50px;
    }
    .news-video__left__items__item__info__details {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .news-video__left__items__item__info__details__author {
        display: block;
        font-size: 12px;
        opacity: 80%;
    }
    .news-video__right__add {
        display: block;
        margin-top: 30px;
    }

    /* Opinione */

    .opinione__body{
        display: flex;
        flex-wrap: wrap;
    }
    .opinione__body--container{
        margin: 0 4px 30px 0;
        width: 386px;
    }
    .opinione__thumbnail{
        width: 70px;
        height: 70px;
    }
    .opinione__text{
        margin: 0 0 0 20px;
    }

    .showbiz__main {
        display: flex;
        flex-direction: column;
    }
    .showbiz__main__head__first {
        display: flex;
        align-items: center;
    }
    .showbiz__main__head__first__image img {
        height: 376px;
        width: 600px;
    }
    .showbiz_author_main_info{
        display: flex;
    }
    .showbiz__video{
        font-size:10px;
    }
    .showbiz__date{
        font-size:10px;
    }
    .showbiz__main__head__first__info {
        border-bottom: none;
        flex-direction: column;
        align-items: flex-start;
    }
    .showbiz__main__head__first__title {
        font-size: 32px;
    }
    .showbiz__post___description{
        display: block;
        width: 417px;
        font-size:18px;
        margin: 40px 0 0 0;
    }
    .showbiz__credits{
        display: block;
        font-size: 12px;
        width: 270px;
    }
    .showbiz__main__head__first__info__update-time{
        display: none;
    }
    .showbiz__main__other {
        display: flex;
        padding: 0;
        border-top: 1px solid;
    }
    .showbiz__main__other__item__image img {
        width: 270px;
        height: 166px;
    }
    .showbiz__main__other__item {
        flex-direction: column;
        margin: 0 30px 0 0;
    }
    .showbiz__main__other__item__info {
        width: 270px;
        margin: 16px 0 0 0;
    }
    .showbiz__main__other__item__info__title {
        font-size: 20px;
        
    }
    .showbiz__main__other__item__info__description{
        display: block;
        font-size: 15px;
		line-height: 20px;
        margin: 12px 0 26px 0;
    }
    .showbiz__main__other__item__image {
         margin-right: 0;
    }
    .showbiz__bottom__section{
        display: flex;
        margin: 30px 0 0 0;
    }
    .showbiz__bottom__section__item__image {
        margin: 0 10px 0 0;
    }
    .showbiz__bottom__section__item__image img{
        width: 170px;
        height: 105px;
    }
    .showbiz__bottom__section__item__info__title {
        display: block;
        width: 170px;
        font-size: 16px;
        letter-spacing: 0.03px;
        margin: 7px 0 13px 0;
        text-decoration: none;
        color: #000;
    }
    .showbiz__bottom__section__item {
        border-bottom: 1px solid lightgray;
    }
    .showbiz__bottom__section__item__info__details__time {
        font-size: 12px;
    }

    .sport__main {
        display: flex;
    }
    .sport__primary {
        margin-bottom: 30px;
    }
    .sport__main__head__first__image img {
        height: 320px;
        width: 570px;
    }
    .sport__main__head__first__title {
        margin: 37px 0 18px 0;
        text-align: left;
        font-size: 32px;
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
    }
    .sport__main__other {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 0 30px;
    }
    .sport__main__other__item {
        flex-direction: column;
        margin: 0 0 20px 0;
        padding-top: 0;
    }
    .sport__main__other__item__image img {
        width: 270px;
        height: 166px;
    }
    .sport__main__other__item__info__title a {
        font-size: 20px;
    }
    p.sport__main__other__item__info__description {
        display: block;
        font-size: 15px;
		line-height: 20px;;
        text-align: left;
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
    }
    .sport__video {
        padding: 30px 15px 38px 15px;
    }
    .sport__video__url img {
        height: 376px;
        width: 671px;
    }
    .sport__video__header{
        display: flex;
        margin: 0 0 31px 0;
    }
    .video__info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin:  0 0 0 59px;
    }
    .sport__video__time {
        display: none;
    }
    .sport__video__information{
        display: flex;
        align-items: center;
    }
    .sport__video__title {
        font-size: 32px;
    }
    span.video__info__tag {
        display: block;
        background: #ff4e4e;
        padding: 2px;
        font-size: 10px;
        margin: 0 15px 0 0;
    }
    p.vide__info__date {
        display: block;
        font-size: 12px;
    }
    p.sport__video__description {
        display: block;
        font-size: 18px;
        color: white;
        font-family: merryweather;
    }

    a.sport__video__all {
        display: none;
    }
    .sport__video__item {
        flex-direction: column;
        width: 170px;
        margin: 0 30px 0 0;
    }
    .sport__video__item__image img {
        width: 170px;
        height: 105px;
    }
    .sport__video__item__info {
        margin: 0;
    }
    .sport__video__items {
        display: flex;
        flex-wrap: wrap;
    }
    .sport__video__item__info__title {
        margin: 7px 0 5px 0;
        font-size: 16px;
    }
    .sport__video__item__info__time {
        display: none;
    }
    .sport__video__item__info__author {
        font-size: 12px;
    }

    .swiper {
        padding: 0;
        height: 40px;
        border: 1px solid black;
    }
    .swiper__pause {
        display: block;
        cursor: pointer;
        background: black;
        position: absolute;
        z-index: 999;
    }
    .swiper__pause img {
        width: 40px;
        height: 36px;
        object-fit: scale-down;
    }

    .zoya__right {
        display: block;
        margin-left: 30px;
    }
    .zoya__right__title {
        font-size: 32px;
        border-bottom: 1px solid black;
        border-top: 1px solid black;
        padding: 7px 0;
        margin-bottom: 20px;
    }
    .zoya__right__item {
        padding-bottom: 14px;
        margin-bottom: 14px;
        border-bottom: 1px solid  #E5E5E5;
    }
    .zoya__right__item:last-of-type {
        border-bottom: 0;
    }
    .zoya__right__item__title {
        font-size: 14px;
    }
    .zoya__right__item__date {
        display: flex;
        font-size: 12px;
    }
    .zoya__right__item__date__category {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 6px;
        font-size: 10px;
        color: white;
        background: black;
        border-radius: 8px;
        width: 40px;
        height: 15px;
    }
    .zoya__left__item__image img {
        width: 370px;
        height: 260px;
    }
    .zoya__left__item__info__title {
        margin-bottom: 13px;
        margin-top: 16px;
    }
    .zoya__left__item__info__title a {
        font-size: 28px;
    }
    .zoya__left__item__info__description {
        font-size: 15px;
		line-height: 20px;
        display: block;
    }
    .zoya__left__item__info {
        position: relative;
        margin-left: 50px;
    }
    .zoya__left__item__info__date {
        position: absolute;
        bottom: 0;
        opacity: 100%;
    }
    .zoya__left__item {
        border-bottom: 1px solid black;
    }
    .zoya__left__item:last-child {
        border-bottom: 1px solid black;
    }
    .zoya__right__add a img {
        width: 270px;
        height: 420px;
        margin-bottom: 3px;
    }
    .zoya__right__item:last-of-type {
        border-bottom: 1px solid black;
    }
    .zoya__right__add__title {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .zoya__right__add__sponsor {
        padding-bottom: 18px;
        border-bottom: 1px solid black;
    }
    .zoya__right__add__sponsor .title {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        text-transform: uppercase;
        color: white;
        background: #BEBEBE;
        width: 69px;
        height: 15px;
    }
    .periskopi__container{ 
        padding: 0;
    }

    .single-post {
        display: flex;
        justify-content: space-between;
    }
    .single-post-content {
        margin: 0 30px 0 0;
        width: -webkit-fill-available;
    }

     /* te ngjashme section */

     .te_ngjashme_sections {
        display: flex;
    }
    .te_ngjashme_header_image img {
        width: 495px;
        height: 320px;
        margin: 0 0 19px 0;
    }
    .te_ngjashme_header {
        display: flex;
        flex-direction: column;
    }
    .te_ngjashme_item_image img {
        width: 230px;
        height: 166px;
    }
    .te_ngjashme_item_info {
        display: flex;
        flex-direction: column;
        align-items: unset;
    }
    .te_ngjashme_item {
        width: 230px;
    }
    a.te_ngjashme_item_title {
        margin: 10px 0;
        font-size: 20px;
    }
    .te_ngjashme_items {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 30px 0 0;
    }
    .te_ngjashme_item_description{
        display: block;
        font-size: 15px;
		line-height: 20px;
    }
    .opinione__author{
        font-size: 14px;
        opacity: 80%;
    }
    .double_lajme_first_section {
      margin: 0 29.5px 0 0;
  }
  .single_post_content{
    max-width: 652px;
    margin: 0 auto;
  }
  .single_post_content h2{
	   font-family: 'neuehaasgroteskpro55';
  }
  .single__post__featured__image {
    width: 870px;
    height: 432px;
    object-fit: cover;
}
}

@media only screen and (max-width: 768px) {
    .header-spacing {
        margin-top: 59px;
    }
}

@media only screen and (min-width: 1024px)  {
    .state-news {
        background: #1d042d;
        padding: 45px 0 79px 0;
        margin: 0 auto;
        max-width: 1170px;
    }
    .state-news__head__title {
        font-size: 32px;
    }
    .state-news__head__news {
        display: none;
    }
    .state-news__items {
        display: flex;
    }
    .state-news__items__first {
        margin-right: 25px;
    }
    .state-news__items__first__image {
        margin-bottom: 19px;
    }
    .state-news__items__first__image img {
        width: 570px;
        height: 320px;
    }
    .state-news__items__first__title {
        font-size: 32px;
        width: 570px;
        margin-bottom: 18px;
    }
    .state-news__items__first__updated {
        font-size: 12px;
        opacity: 80%;
    }
    .state-news__items__first__description {
        font-size: 18px;
        border-bottom: 0;
        width: 570px;
    }
    .state-news__items__other__item {
        display: inline-block;
        margin: 0 26px 18px 0;
        padding-bottom: 0;
    }
    .state-news__items__other__item:nth-child(2n) {
        margin: 0 0 18px 0;
    }
    .state-news__items__other__item__title {
        margin-bottom: 13px;
    }
    .state-news__items__other__item__info {
        width: 270px;
        margin-left: 0;
    }
    .state-news__items__other__item__image {
        margin-bottom: 16px;
    }
    .state-news__items__other__item__image img {
        width: 270px;
        height: 166px;
    }
    .news__best__top__head{
      margin: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .breaking-news__update__info__content {
        width: unset;
    }
}

@media only screen and (min-width: 1280px)  { 
    .double_lajme_header_image img {
        width: 570px;
        height: 320px;
        margin: 0 0 19px 0;
    }
    .double_lajme_item {
        width: 270px;
    }
    .double_lajme_item_image img {
        width: 270px;
    }

    .news{
        justify-content: unset;
    }
    .news__best {
        display: flex;
        justify-content: unset;
    }
    .showbiz__main__container {
        margin: 0 71px;
    }

    .sport__main__head__first__title {
        max-width: 459px;
    }
    .sport__main__other__item__info__title {
        width: 256px;
    }
    .sport__main__other__item {
        margin-right: 29px;
        width: 270px;
    }
    .sport__main__other__item:first-child {
      margin-top: 0;
    }
    .sport__main__other__item:nth-child(2) {
      margin-top: 0;
      margin-right: 0;
    }
    .sport__main__other__item:nth-child(4) {
      margin-right: 0;
    } 

    .te_ngjashme_header_image img {
        width: 570px;
        height: 320px;
        margin: 0 0 19px 0;
    }
    .te_ngjashme_item {
        width: 270px;
    }
    .te_ngjashme_item_image img {
        width: 270px;
    }
}

@media only screen and (min-width: 1500px)  { 
	.side--left-ad{
		left: 65px;
	}
	.side--right-ad{
		right: 65px;
	}
}

