.auth {
  background-image: url('../../../img/auth.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.auth-gradient{
  background: linear-gradient(to bottom right,  rgba(1, 41, 112, .875), rgba(194, 25, 141, .875));
}

.pics{
    height: 90vh;
    background: #000;
}

@media screen and (max-width: 450px) {
    .pics{
        max-height: 55vh;
    }
}

@media screen and (max-width: 769px) and (min-width: 451px){
    .pics{
        max-height: 70vh;
    }
}


.pics .swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;

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;
}

.pics .swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

.pics .swiper {
width: 100%;
height: 300px;
margin-left: auto;
margin-right: auto;
}

.pics .swiper-slide {
background-size: cover;
background-position: center;
}

.pics .mySwiper2 {
height: 80%;
width: 100%;
}

.pics .mySwiper {
height: 20%;
box-sizing: border-box;
padding: 10px 0;
}

.ipcs .mySwiper .swiper-slide {
width: 25%;
height: 100%;
opacity: 0.4;
}

.pics .mySwiper .swiper-slide-thumb-active {
opacity: 1;
}

.pics .swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
