﻿body {
}

.CNFIcerik{
    position:relative;
}

.DVUstLogolar {
    position: fixed;
    top: 20px;
    left: 0px;
    width: 90%;
    height:40px;
    text-align: right;
    border-bottom:2px solid #ffffff;
    z-index:20;
}

.DVUstLogolar img{
    display:inline-block;
}

    .DVUstLogolar img:nth-child(1) {
        width:12vmax;height:auto;
    }


    .DVUstLogolar img:nth-child(2) {
        width: 15vmax;
        height: auto;
    }

    .DVUstLogolar img:nth-child(3) {
        width: 9vmax;
        height: auto;
    }


.CNFIcerik > img{
    
}


.DVGorselI{

}

    .DVGorselI img {
        width: 100%;
        height: auto;
    }

@media (min-width:992px) {
    .DVUstLogolar {
        top: 20px;
        left: 0px;
        height: 65px;

    }
}



@media (min-width:1800px) {
    .DVUstLogolar {

        top: 20px;
        left: 0px;
        width: 90%;
        height: 95px;

    }
}