@media only screen and (min-width: 1200px) {

    .projects--item-desc {
padding: 0px;
overflow: hidden;
}
.projects--item-thumb {
opacity: 0;
background: #282828;
position: absolute;
top: 11px;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
z-index: -1;
}

}

@media only screen and (max-width: 1200px) {


.bhukamob{
    height: 300px;
}
.skg{
    height: 250px;

}
}
