﻿
/* Add basic styling for the carousel */
.carousel-container-360 {
  /*  width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;*/
}

/*.carousel {
    display: flex;
    transition: transform 0.3s ease;
    flex-direction: row;
}
*/
.carousel-item-360 {
  /*  flex: 0 0 100%;
    width: 0 ;*/
    align-content: unset !important;
}

.horizontalimg {
    height: 50vh !important;
    width: 85vh !important;
}

.verticalimg {
    height: 25vh !important;
    width: 40vh !important;
}



.img-grid {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    border: 1px solid #290806; /* You can change this to any color */
    box-sizing: border-box;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .row.no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.img-text-360 {
    position: absolute;
    color: white;
    background-color: rgba(0, 0, 0, 0.5); /* semi-transparent background */
    padding: 4px 8px;
    font-size: 1rem;
    border-radius: 4px;
}

.img-text-360-pos {
    position: absolute;
    bottom: 10px;
    left: 10px;
}


.text-overlay {
    position: absolute;
    /*transform: translate(-50%, -50%);*/
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 10px;
    border-radius: 5px;
    font-size: 1.25rem;
    text-align: left;
}

.make {
    top: 75%;
    left: 15%;
    padding: 10px;
    
}

.model {
    top: 90%;
    left: 15%;
    padding:10px;
}

.year {
    top: 90%;
    left: 90%;
    padding: 10px;
}

.makevertical {
    top: 20%;
    left: 60%;
    padding: 4px;
}

.modelvertical {
    top: 50%;
    left: 60%;
    padding: 4px;
}

.yearvertical {
    top: 80%;
    left: 60%;
    padding: 4px;
}