.content {
    max-width: 968px;
    margin: 0 auto;
    background-color: #eee;
    padding: 30px 15px;
}
.head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #5a5a5a;
}
.photo_ico {
    color: #5a5a5a;
}
.photo_ico i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: transparent;
}
.photo_ico i:hover {
    color: #fff;
    background-color: #5a5a5a;
}

.rating_content {
    font-size: 13px;
}
.paginate_content {
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.img_content {
    position: relative;
}
.img_content i {
    position: absolute;
    content: "";
    top: -10px;
    left: -2px;
    color: #111;
    font-size: 40px;
}
.img_content {
    display: inline-block;
    padding: 3px;
    border: 1px solid #ccc;
}
.img_content a {
    display: inline-block;
    width: 100px;
    height: 150px;
}
.img_content a:hover {
    opacity: 1;
}
.img_content a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.active i {
    color: lightgreen;
}
.gallery_active i {
    color: #f5c518;
}
.filter_box {
    font-size: 13px;
}
.filter_ico i {
    font-size: 18px;
    font-weight: bold;
}
.filter_ico i:first-child {
    margin-right: -10px;
    opacity: 0.3;
}
.filter_ico i:last-child {
    opacity: 1;
}
.filter_ico.filter_active i:first-child {
    opacity: 1;
}
.filter_ico.filter_active i:last-child {
    opacity: 0.3;
}
.watch_cotent {
    padding: 20px;
    background-color: #121212;
}
.right_ico {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.3s;
}
.right_ico:hover {
    background-color: #565454;
}
.gallery_dropdown {
    background-color: #121212;
}
.gallery_dropdown a {
    color: #fff;
}
.img_content a.list_img {
    width: 75px;
    height: 105px;
}
.video-gallery {
    flex: 1;
}
