section {
    background-image: url('../img/elissys_production.jpg');
}
.swiper-container {
    position: absolute;
    top: 20%;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}   
.swiper-slide {
    background-position: center;
    background-size: cover;
    height: auto;
    text-align: center !important;
    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;
    position: relative;
}
.section-1 {
    background-color: rgba(113, 206, 225, .8);   
    max-width: 100%;
    width: 100%;
    height: auto;
}
.comments-content:hover {
    background-color: rgba(113, 206, 225, 1);   
    cursor: pointer;
    transition: 0.5s;
}       
.section-1 h1 {
    display: flex;
    justify-content: center;
    margin:0;
    padding-top: 5%;
    padding-bottom: 10px;
    color: white;
    font-size: 1.5em !important;
}       
.section-1 p {
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 1em;
    color: white;
}       
.comments-slider {
    width: 100%;
    height: 500px !important;
}        
.comments-content {
    background-color: rgba(113, 206, 225, .8);    
    position: absolute;
    width: 60%;
    height: auto;
}       
.comments-content img {
    width: 130px;
    height: auto;
    margin: 10px;
    border-radius: 50%;
}     
.comments-content p {
    padding-bottom: 20px;
}
.swiper-container {
    overflow: visible;
}
.swiper-slide {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease-in-out, visibility 200ms ease-in-out;
}
.swiper-slide-active {
    opacity: 1;
    visibility: visible;
}
.swiper-slide-active + .swiper-slide {
    opacity: 1;
    visibility: visible;
}
.swiper-slide-active + .swiper-slide + .swiper-slide {
    opacity: 1;
    visibility: visible;
}
.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 1130px) {
    .section-1 p {
    font-size: 0.9em;
}
.comments-content {
    width: 80%;
    height: auto;
}
}

@media screen and (max-width: 600px) {
.section-1 p {
    font-size: 0.9em;
}
.comments-content {
    width: 90%;
}
}

@media screen and (max-width: 600px) {
.section-1 p {
    font-size: 0.7em;
}
.swiper-container {
    top: 10%;
}
}

@media screen and (max-height: 650px) {
.section-1 p {
    font-size: 0.7em;
}
.swiper-container {
    top: 5%;
}
.comments-content img {
    width: 90px;
    height: auto;
    margin: 5px;
}
.comments-content p {
    padding-bottom: 10px;
}
.comments-slider {
    height: 400px !important;
}
}

@media screen and (max-height: 450px) {
.section-1 p {
    font-size: 0.6em;
}   
.swiper-container {
    top: 10%;
}  
.comments-content img {
    width: 75px;
}  
.comments-slider {
    height: 300px !important;
}
.section-1 h1 {
    padding-top: 2%;
    padding-bottom: 5px;
    font-size: 1.2em !important;
}
}
@media screen and (max-height: 350px) {
.swiper-container {
    top: 8%;
}       
.comments-content img {
    width: 70px;
}     
.comments-slider {
    height: 280px !important;
}
.section-1 h1 {
    padding-top: 2%;
    padding-bottom: 0px;
    font-size: 1em !important;
}
}