
h3.info_location_name {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
p.info_location_text {
    font-size: 14px;
    margin-bottom: 5px;
}
p.info_location_call i {
    font-size: 15px;
    padding-right: 5px;
}
p.info_location_call, p.info_location_text {
    font-size: 15px;
    margin-bottom: 5px;
}
p.info_location_text i {
     padding-right: 5px;
}
.video-container {
  position: relative;
  cursor: pointer;
  overflow: hidden;
    background: #000
}
.video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.video-container:hover .video-thumbnail {
  opacity: 0.7;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.play-button::before {
  content: "▶";
  color: white;
  font-size: 24px;
  font-weight: bold;
}
.modal-body {
    padding: 0;
}
section#videos {
    background: url(../img/parts-accessories-img-main.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.overlay {
    position: relative;
    background: rgb(0 0 0 / 60%);
}
#videos h2{
    color: #FFFFFF;
    font-weight: bold;
}
@media (max-width:768px){
    .video-container {
        height: 250px;
    }
}