﻿
@media screen and (max-width: 640px) {
   
    .logoImage
    {
        height: 40px;
        width: auto;
        left: -60px;
        top: 9px;
    }

	
	.carousel
	{
		height: 350px;
		top: -40px;
	}
	
	
	.carousel .carousel-item>img {
		width: 160%;
		margin-left: -35%;
	}
	
	i.material-zoom-icon
	{
		top: 15px;
		right: -18%;
		font-size: 2.5rem;
	}
		
	.carousel-container-padding
	{
		padding-bottom: 0px;
	}
	
	.vilajelenslika
	{
		height: 130px;
		top: -120px;
		right: 20px;
	}
	
	.vilajelenslika img {
		opacity: 0.6;
	}
    
     
}


