<style>
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;800;900&display=swap");
</style> *:focus{outline:0 !important;}
.portfolio__gallery img{width:100%;height:auto;}
@media screen and (max-width:767px){
.portfolio__gallery_item{background:none !important;}
}
@media screen and (min-width:767px){
.portfolio__gallery_item{background-repeat:no-repeat !important;background-size:contain !important;}
.portfolio__gallery, .portfolio__gallery .slick-slide{height:50vh;}
.portfolio__gallery .slick-slide img{height:100%;width:auto;}
}
@media screen and (min-width:1025px){
.portfolio__gallery, .portfolio__gallery .slick-slide
{
height: 85vh;
}
.portfolio__gallery .slick-slide img
{
height: 100%;
width: auto;
}
}