﻿
@media screen and (max-width: 680px) {

	.footerStyle
	{
		min-height: unset;
	}
	
	.page-footer
	{
		word-wrap: break-word;
		text-align: center;
	}
	
	.applyFooterBreak
    {
        display: block;
    }
	
	.apartment-image-style
	{
		height: 130px;
	}
	
	.row .col.apartment-image-style-col
	{
		width: 50%;
		margin-bottom: 10px;
	}
	
	.apartment-image-style img {
		min-width: 100%;
		width: 100%;
		min-height: 175px;
		max-height: 175px;
	}
	
	.apartment-image-style-horizontal img
	{
		top: unset;
	}
	
	.apartment-image-style-col
	{
		margin-top: 0px;
	}
	
	.carousel .carousel-item>img {
		width: 200%;
		margin-left: -50%;
	}
	i.material-zoom-icon
	{
		right: -40%;
	}
   
}


