.c-slider__list {
  position: relative;
  width: 100%;
  height: 450px; }
.c-slider__item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit; }
.c-slider__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  -o-object-fit: cover;
     object-fit: cover; }
.c-slider__logo {
  position: absolute;
  width: calc((100%/3) - 50px);
  height: 100%;
  bottom: -2px;
  right: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  opacity: .5; }
@media screen and (max-width: 1000px) {
  .c-slider__list {
    height: 350px; }
  .c-slider__logo {
    width: 50%;
    right: 25%; } }
@media screen and (max-width: 700px) {
  .c-slider__logo {
    width: calc((100%/3)*2);
    right: calc((100%/3)/2); } }
