﻿/*.content {
    width: 98%;
    margin: 1em auto;
}*/
#RightContent {
    float: right;
    width: 30%;
    height: auto;
    position: relative;
    margin-top: 3em;
}

#LeftContent {
    float: left;
    width: 60%;
}

.jislider__right-arrow,.jislider__left-arrow,.jislider__controller {
    display: none;
}
.videoList {
    margin: 0;
    width: 96%;

}
.videoList li {
        margin-bottom: 5px;
}
.videoButton {
    cursor: pointer;
    font-size: 1.3em;
    line-height: 1.3em;
    color: black;
}
 a:hover, a:focus{
    text-decoration: none;
    color: black;
}
.videoButton:hover i,.currentVideo i{
    color: red;
}
.currentVideo {
    text-decoration: none;
    color: #17329d;
}
.videoSlider{
    height: 550px;
    width: 100%;
    margin : 1em auto;
        position: relative;
}
 iframe {
    width:100%;
    min-height:90%;
    margin: 0 auto 1em;
    padding: 1em 0;
}
#JiSlider p {
    display: none;
    width: 16vw;
    background: black;
    color: white;
    padding: 0.3em;
    margin: 0 auto;
    position: absolute;
    top: 55%;
    left: 32vw;
}
/*tablet*/
@media screen and (min-width: 561px) and (max-width: 768px) {
.videoList li {
        margin-bottom: 10px;
}
.videoButton {
    font-size: 1.1em;
    line-height: 1.1em;
}
.videoSlider{
    height: 390px;
    margin : 1em auto 0;
}
.content {
    padding: 10px 10px;
}
iframe {
    /*width:75vw;
    min-width: 450px;*/
}
}

/*mobile*/
@media only screen and (max-width:560px) {
.videoList li {
    margin-bottom: 10px;
}
.videoButton {
    font-size: 1em;
    line-height: 1em;
}
.videoSlider{
    height: 300px;
    width: 100%;
    margin : 1em 0 0;
}
.content {
    padding: 10px 10px;
}
/*iframe {
    width:96vw;
    min-width: 200px;
    padding-top: 0;
}*/

}