h2.tanvid {
    font-size: 3em;
}

.permacon1 {
    padding: 3em 0;
}
.permabox * {font-family: 'Ubuntu',sans-serif;}

.permacon2 {
    background: #34739f;
    color: white;
    padding: 3em 0;
}.classbox {
    cursor:pointer;
    position:relative;
    background-size: cover !important;
    height: 100%;
    background-position: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000021;
    border: 1px solid white;
    flex-direction: column;
    max-height: 300px;
    overflow: hidden;
}

h3.ititle {
    position: absolute;
    bottom: 0;
    background: black;
    padding: 5px 10px;
}

.classbox img {
    display: none;
}
.permabox .swiper-button-next,.permabox .swiper-button-prev {
    color: white !important;
    background-color: white;
    border-radius: 5px;
    padding: 5px !important;
    background-size: calc(100% - 10px);
}

.dmobile {
    display:none;
}




@media(max-width:768px) {

    .tanvid {
        font-size:22px !important;
    }

    .ititle {
        font-size: 16px;
    }
    .ddesktop {
        display:none !important;
    }
    .dmobile {
        display:block !important;
    }
}

@media (max-width: 992px) {
.col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}