.videoteamss .uul3 li {
    width: calc(33.33% - 20px);
    margin: 10px;
    background-color: #24315F;
    border: 1px solid #cccccc;
    padding: 0;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
}

.videoteamss .uul3 li iframe{
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 285px;
}

.videoteamss .uul3 li .items{
    padding: 15px;
}

.videoteamss .uul3 li .items .navs{
    color: #20F8FD;
}

.videoteamss .uul3 li .items .navs:last-child{
    padding: 5px 0;
}


@media screen and (max-width: 1440px){
    .videoteamss .uul3 li {
        width: calc(50% - 20px);
    }

    .videoteamss .uul3 li iframe{
        height: 320px;
    }

}


@media screen and (max-width: 1024px){
    .videoteamss .uul3 li iframe{
        height: 280px;
    }

}


@media screen and (max-width: 960px){
    .videoteamss .uul3 li iframe{
        height: 260px;
    }

}


@media screen and (max-width: 768px){
    .videoteamss .uul3 li {
        width: 100%;
    }
    .videoteamss .uul3 li iframe{
        height: 350px;
    }

}

@media screen and (max-width: 600px){
    .videoteamss .uul3 li {
        width: 100%;
    }
    .videoteamss .uul3 li iframe{
        height: 200px;
    }

}




.resetbutton{
    background-color: #fff;
    color: #131F54;
    border: none;
    outline: none;
    padding: 10px 25px;
    border-radius: 4px;
    font-size: 16px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.resetbutton:hover{
    background-color: #C7DB21;
}
@media screen and (max-width: 768px){
    .breadcrumb .address {
        flex-direction: column;
    }
    .breadcrumb .address li a:before{
        display: none;
    }
}

