.mainswiper {
 position: relative;
 top: 0;
  box-sizing: border-box;
  width: 100%;
  height: 50vh;
  background-color: rgb(70, 103, 211);
}

.mainswiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mainswiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mainswiper-wrapper {
  background-color: #290604;
  border: 1px solid #140202;
}

/*Swiper 2*/
.new-mixes {
position: relative;
display: block;
background-color: #290604;
padding: 10px;
/*margin-top: 50%;*/
width: 100%;
}

.new-mixes .title-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center; 
  color: #fff;
  font-family: 'Oswald', Tahoma, Arial;
  Font-size: 18px;
  font-weight: bold;
  Line-height: 18px;
  margin-left: 10px;
  padding: 10px 0;
}
.new-mixes .title-navigation .swiper-button-container_1{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  font-size: 18px;
  gap: 10px;
  cursor: pointer;
}
.new-mixes .title-navigation h4{
  font-size: 22px;
  cursor: default;
}

.swiper-2 {
  width: 100%;
  height: 270px;
}

.swiper-2 .swiper-slide {
  position: relative;
  display: block;
  width: 200px !important;
  height: 250px !important;
  cursor: pointer;
/*  border: 1px solid green;*/
  border-bottom: 1px solid pink;
 /* margin: 0 10px;*/
/*
  * Center slide text vertically *
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  */
}
.swiper-2 .hover-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .5s ease-out;
  background-color: red;
  opacity: 0;
}
.swiper-2 .swiper-slide:hover .hover-cover {
  opacity: 0.3;
  border-top: 1px solid pink;
  /*border: 1px solid pink;*/
}

.new-mixes .title- .swiper-button-next_1, .new-mixes .title- .swiper-button-prev_1 {
  position: absolute;
  top: 25px; 
  color: #fff;
  cursor: pointer;
}
.new-mixes .title- .swiper-button-next_1{right: 20px;}
.new-mixes .title- .swiper-button-prev_1{right: 40px;}

.swiper-2 .swiper-slide img {
  position: relative;
  display: block;
  width: 100%;
  max-height: 200px;
}
.new-mixes .title-1 {
  position: absolute;
  top: 200px;
  color: white;
  font-size: small;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.new-mixes .title-1-missing {
  position: absolute;
  top: 200px;
  color: rgb(239, 162, 162);
  font-size: x-large;
  font-family: 'Courier New', Courier, monospace;
  width: 100%;
  text-align: center;
}
.new-mixes .genres-1 {
  position: absolute;
  top: 218px;
  color: antiquewhite;
  font-size: x-small;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.new-mixes .time-1 {
  position: absolute;
  top: 233px;
  color: whitesmoke;
  font-size: xx-small;
}