/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.main-overlay {



    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
  }

@media (max-width: 576px) {
  .m-sm-m1 {
    margin: -0.25rem !important;
  }
}



/* 1200 -1400 arası */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .strip.list_view figure a img {
    height: 100%;
    width: 100%;
  }
  .strip.list_view figure {

    min-height: 100%;
  }
  .strip.list_view {
     min-height: 264px;
  }
  .strip.list_view .wrapper {
    padding: 25px 30px 15px 30px;
    min-height: unset;
  }
}

/* 992 -1200 arası */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .strip.list_view figure a img {
    height: 100%;
    width: 100%;
  }
  .strip.list_view figure {

    min-height: 100%;
  }
  .strip.list_view {
     min-height: 264px;
  }
  .strip.list_view .wrapper {
    padding: 30px 30px 15px 25px;
    min-height: unset;
  }
  .strip.list_view ul {
    padding: 15px 15px 15px 25px;
    margin-bottom: 0;
  }
  .strip.list_view .score {
    margin-right: 5px;
  }

}

@media only screen and (min-width: 768) and (max-width: 991) {
  .strip.list_view figure a img {
    height: 264px !important;
  }
  .strip.list_view figure {

    min-height: 264px !important;
  }
  .strip.list_view {
     min-height: 264px !important;
  }
  .strip.list_view .wrapper {
    padding: 30px 30px 20px 30px !important;
    min-height: unset !important;
  }

}


