﻿body {
    background: #131718;
}

.serviceItem {
    color: #575757;
    background-color: white;
    padding: 1vw;
    margin-top: 3vw;
    width: 84vw;
}

h2 {
    text-align: center;
}

.videoTitle {
    font-weight: 600;
    padding-top: 0.5vw;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.serviceText {
    color: black;
    padding: 2vw;
    width: 28vw;
    max-height: 30vw;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    margin-left: -1vw;
}

.serviceVideoItemPlane {
    padding-top: 1vw;
}

.serviceVideoItem {
    float: left;
    width: 16.35vw;
    padding: 0.5vw;
}

.serviceVideoItem img {
    width: 16.35vw;
    height: 9.196vw;
}

.serviceVideoItem img:hover {
    transform: scale(1.1);
}

.allServiceVideo {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-bottom: 50px;
}

.allServiceVideo .eachItem {
    overflow: hidden;
    border-radius: 10px;
    width: 25vw;
    margin: 1vw;
}

.otherVideos {
    margin-left: 54vw;
    width: 26vw;
    color: #fff;
    padding: 1vw;
    height: 30vw;
    overflow: hidden;
    overflow-y: auto;
}

.otherVideos .eachItem {
    background: black;
    margin-bottom: 0.5vw;
    overflow: hidden;
    border-radius: 10px;
}

.eachItem img {
    width: 24vw;
    height: 13.5vw;
}

.eachItem .textTitle {
    padding: 5px;
    font-size: 15px;
    text-align: center;
}