.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* 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;
}
.round-circle{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.left-circle{
    float: left;
    width: 60%;
    height: 90vh;
    overflow: auto;
    box-sizing: border-box;
    padding: 100px;
    text-align: left;
}
.right-circle{
    float: right;
    width: 40%;
    height: 90vh;
    overflow: auto;
    box-sizing: border-box;
    padding: 60px;
    text-align: left;
    background-image: url("../../../content/images/home_productions_sectionbg1.png");
}
.bg1-left{
    background-image: url("../../../swiper/img/01.jpg");
    background-size: 100% 100%;
}
.bg1-left{
    background-image: url("../../../swiper/img/01.jpg");
    background-size: 100% 100%;
}
.bg2-left{
    background-image: url("../../../swiper/img/05.jpg");
    background-size: 100% 100%;
}
.bg3-left{
    background-image: url("../../../swiper/img/06.jpg");
    background-size: 100% 100%;
}
.bg4-left{
    background-image: url("../../../swiper/img/07.jpg");
    background-size: 100% 100%;
}
.bg5-left{
    background-image: url("../../../swiper/img/09.jpg");
    background-size: 100% 100%;
}
.bg6-left{
    background-image: url("../../../swiper/img/11.jpg");
    background-size: 100% 100%;
}
.bg7-left{
    background-image: url("../../../swiper/img/13.jpg");
    background-size: 100% 100%;
}
.bg8-left{
    background-image: url("../../../swiper/img/15.jpg");
    background-size: 100% 100%;
}
.bg9-left{
    background-image: url("../../../swiper/img/17.jpg");
    background-size: 100% 100%;
}
.left-circle-title{
    font-size: 23px;
    color: #fff;
    line-height: 26px;
    margin-bottom: 5px;
    width: 100%;
    font-family: "Playfair Display", Arial, Tahoma, sans-serif
}
.left-circle-content{
    font-size: 15px;
    color: #BDBDBD;
    width: 100%;
    margin-top: 20px;
    line-height: 24px;
    font-family: "Helvetica", Arial, Tahoma, sans-serif;
}
.hasShadow{
    color: #adabab;
    text-shadow: 3px 3px 6px #000;
}
.left-circle-video{
    width: 60%;
    height: 350px;
}
.professor-img{
    width: 180px;
    height: auto;
    margin-bottom: 30px;
}
.professor-img img{
    width: 100%;
}
.left-circle::-webkit-scrollbar {
    width: 4px;    
    /*height: 4px;*/
}
.left-circle::-webkit-scrollbar-thumb {
    border-radius: 10px; 
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
 .left-circle::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
.right-circle::-webkit-scrollbar {
    width: 4px;    
    /*height: 4px;*/
}
.right-circle::-webkit-scrollbar-thumb {
    border-radius: 10px; 
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
 .right-circle::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
@media (max-width: 767px) {
    .left-circle{
        width: 100%;
        min-height: 100vh;
        padding: 20px 30px;
        background-color: #ccc;
    }
    .right-circle{
        width: 100%;
        min-height: 100vh;
        padding: 20px 30px;
        background-color: #666;
    }
    .left-circle-video{
        width: 100%;
    }
}