﻿.img {
    /*background-image: url(../Images/Vehicles/2019_Silverado.webp);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 45%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
#myVideo {
  max-width:100%; height:auto;
}
.carousel-caption h3{
  font-size: 6vw;
}
.carousel-caption h2{
  font-size :3vw;
}
.carousel-caption p{
  font-size :2vw;
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .imgLogo {
        width: 20%;
    }
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .imgLogo {
        width: 8%;
    }
}