﻿.banner-slide {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.banner-slide-wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-wrap:wrap;
    text-align:center;
    height: 100%;
    width: 100%;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
}

.banner-slide-wrap-item {
    height: 100%;
    width: 100%;
}

.banner-slide-wrap-item-image {
    height: 100%;
    max-height: 350px;
    object-fit: cover;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
}

.banner-slide-title {
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: #fff;
}

.dt_banner-slide {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.dt_banner-slide-wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    height: 100%;
    width: 100%;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    /*pointer-events: none;*/
}

.dt_banner-slide-wrap-item {
    height: 100%;
    width: 100%;
}

.dt_banner-slide-wrap-item-image {
    height: 100%;
    max-height: 350px;
    object-fit: cover;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
}

.dt_banner-slide-title {
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: #fff;
}


@media only screen and (max-width: 768px) {
    .banner-slide {
        height: 45vh;
    }
    .dt_banner-slide {
        height: 45vh;
    }
}

@media only screen and (max-width: 550px) {
    .banner-slide {
        height: 40vh;
    }
    .dt_banner-slide {
        height: 40vh;
    }
}

@media only screen and (max-width: 450px) {
    .banner-slide {
        height: 35vh;
    }
    .dt_banner-slide {
        height: 35vh;
    }
}
