.img-wrapper {
    position: relative;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    margin-bottom: 22%;
}

.img-wrapper img {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.zoom {
    background: url(../img/zoom.svg) no-repeat;
    height: 40px;
    width: 40px;
    position: absolute;
    z-index: 999;
    bottom: 18px;
    left: 10px;
}

.motor-info {
    background: #F37060;
    padding: 4%;
    margin-bottom: 4%;
}

.motor-info .info-top {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 2px;
    font-family: 'Knile-SemiBold';
}

.motor-info .info-btm {
    margin-bottom: 4%;
    font-size: 22px;
    margin-top: 0;
    font-family: 'Helvetica-Light';
}

.link-360 img {
    width: 100%;
    border: 10px solid #F37060;
    margin-top: 0;
    height: 100px;
    object-fit: contain;
    background: #000;
}

.video-container {
    width: 100%;
    margin: 2% 0 8%;
    position: relative;
}

.video-container video {
    width: 100%;
    max-height: 100%;
    border: 10px solid #EDA336;
}

.btn-play {
    background: url(../img/play.svg) no-repeat;
    height: 40px;
    width: 40px;
    z-index: 99;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.header {
    letter-spacing: 0.18px;
    font-family: 'Knile-SemiBold';
    font-size: 18px;
}

.history {
    padding-top: 4%;
}

.dyk {
    color: #EDA336;
    border-left: 10px solid #EDA336;
    padding: 8%;
    margin: 12% 0;
    width: 90%;
    line-height: 1.8em;
}

.back2vehicle {
    height: 135px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.back2vehicle img {
    width: 100%;
    margin: auto;
}
