#photoslide .item {
/*    padding: 80px 0px;
    margin: 5px;*/
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-dots {
    text-align: center; 
    position: absolute; 
    margin-top: -4%; 
    width: 100%;
    /*padding-top: 15px;*/
}

.owl-dots button.owl-dot {
/*    width: 15px;
    height: 15px;*/
    border-radius: 50%;
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: rgba(1, 102, 177, 1);
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(1, 102, 177, 0.8) !important;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.owl-nav span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

.owl-nav button:focus {
    outline: none;
}

.img-container2 {
    display: none;
}

.img-text-container {
    position: absolute; 
    top: 100px; 
    left: 100px; 
    color: #fff; 
    line-height: 1.5; 
    text-align: left;
}

.img-text-large {
    font-size: 40px;
}

.img-text-small {
    font-size: 16px;
}

@media (min-width: 768px) {
    .owl-dots button.owl-dot {
        height: 10px;
        width: 10px;
        /*margin: 10px 2px 0px 2px;*/
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .owl-dots button.owl-dot {
        height: 8px;
        width: 8px;
        /*margin: 6px 1px 0px 1px;*/
    }
    
    .owl-nav button {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .img-text-container {
        top: 90px; 
        left: 60px;
    }
    
    .img-text-large {
        font-size: 38px;
    }

    .img-text-small {
        font-size: 14px;
    }
}

@media (min-width: 651px) and (max-width: 767px) {
    .img-text-container {
        top: 70px; 
        left: 30px;
    }
    
    .img-text-large {
        font-size: 35px;
    }

    .img-text-small {
        font-size: 13px;
    }
}

@media (min-width: 481px) and (max-width: 650px) {
    .img-text-container {
        top: 100px; 
        left: 32px;
    }
    
    .img-text-large {
        font-size: 35px;
    }

    .img-text-small {
        font-size: 13px;
    }
}

@media (max-width: 650px) {
    .img-container1 {
        display: none;
    }
    
    .img-container2 {
        display: block;
    }
}

@media (max-width: 480px) {
    .owl-nav button {
        display: none;
    }
    
    .owl-dots {
        margin-top: -5%;
    }
    
    .owl-dots button.owl-dot {
        height: 6px;
        width: 6px;
        /*margin: 4px 0px 0px 1px;*/
    }
    
    .img-text-container {
        top: 80px; 
        left: 30px;
    }
    
    .img-text-large {
        font-size: 28px;
    }

    .img-text-small {
        font-size: 12px;
    }
}