.cim1 {
    text-align: center
}

.carousel-item {
    padding: 20px 60px
}

.arrows {
    width: 50px
}

.carousel-control-next {
    text-align: right;
}

.carousel-control-prev {
    text-align: left;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 1
}

.carousel-control-prev span,
.carousel-control-next span {
    width: 100%;
}

.rev #keplapozo .carousel-inner {
    min-height: 405px;
}

.rev h5 {
    width: 85%;
    margin: 0 auto;
}

.ref {
    width: 100%;
    padding: 0
}

.ref .row {
    margin: 0
}

.ref .col-md-6 {
    padding: 0;
    display: flex;
    height: 450px;
    align-items: center;
    overflow: hidden;
    justify-content: center;

}

h3 {
    font-weight: 700;
    margin-bottom: 0;
    text-align: center
}

.ref-pic {
    overflow: hidden;
    z-index: 1
}

.ref-pic img {
    width: 100%;

    overflow: hidden
}

.ref-title {
    font-size: 3.5vw;
    color: #f4d632;
    z-index: 2;
    width: 100%;
    text-align: center;
    line-height: 100%;
    align-self: center;
    transition: 0.5s;
    font-weight: bold;
    
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.col-md-6:hover .ref-title {
    font-size: 5vw;
}

.ref .cim {
    margin: 40px 0
}

.instagram h2 {
    text-transform: uppercase;
    text-decoration: underline;
}

.review-full-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.review-full-container .container {
    overflow: hidden;
}

.review-full-scroll {
    margin: 5vh auto;
    height: 90vh;
    overflow-y: scroll;
    width: calc(100% + 17px);
}

.review-full-content {
    
}

.review-full-close {
    position: absolute;
    top: 2%;
    right: 2%;
    
}

.review-full-close button {
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
}

.review-full-close button:hover {
    background-color: inherit;
    color: black;
}

.btn.insta-gomb {
    text-transform: none !important;
    width: 100%;
}



/* <<==--   RESPONSIVE   --==>> */
@media only screen and (max-width: 1500px) {
    .ref .col-md-6 {
        height: 350px;
    }
}

/* Tablet fekvő (1024 - 1279px)*/
@media only screen and (max-width: 1279px) {
    .ref .col-md-6 {
        height: 300px;
    }
    
    .rev #keplapozo .carousel-inner {
        min-height: 375px;
    }
}

/* Tablet álló (768 - 1023px) */
@media only screen and (max-width: 1023px) {
    .ref .col-md-6 {
        height: 250px;
    }
    
    .review-full-scroll {
        width: 100%;
    }
    
    .rev #keplapozo .carousel-inner {
        min-height: 405px;
    }
}

/* Telefon fekvő (576 - 767px) */
@media only screen and (max-width: 767px) {
    .rev h5 {
        font-size: 22px
    }

    .ref .col-md-6 {
        height: 350px;
    }

    .ref-title {
        font-size: 7vw;
    }

    .arrows {
        width: 30px
    }
}

/* Telefon álló (300 - 575px) */
@media only screen and (max-width: 575px) {
    .rev h5 {
        font-size: 16px
    }

    .ref .col-md-6 {
        height: 200px;
    }

    .carousel-item {
        padding: 20px 30px;
    }

    .arrows {
        width: 20px
    }
    
    .review-full-scroll {
        margin: 10vh auto 5vh auto;
        height: 85vh;
    }
    
    .rev #keplapozo .carousel-inner {
        min-height: 375px;
    }
}

@media only screen and (max-width: 415px) {
    .rev #keplapozo .carousel-inner {
        min-height: 485px;
    }
}

/* Telefon álló (320 - 355px) */
@media only screen and (max-width: 380px) {
    .rev #keplapozo .carousel-inner {
        min-height: 500px;
    }
}

/* Telefon álló (300 - 319px) */
@media only screen and (max-width: 319px) {
    
}
