﻿
/*
[----------------------------------]
[--------- PROPERTY DETAIL --------]
[----------------------------------]
*/

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

    .property .property-info, 
    .property .property-bottom {
        padding: 12px 2%;
    }
}

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

    .property .head-pics .swiper-container {
        height: 350px;
    }

    .property .head-pics .swiper-wrapper,
    .property .head-pics .swiper-slide {
        height: 350px;
    }


    .pics-gallery-fullscreen {
        padding: 0;
    }

    .pics-gallery-fullscreen .pic-source {
        background-size: contain;
    }


    .property-contact-callout-container {
        display: block;
    }

    .close-button.close-contact {
        display: block;
    }

    .property .property-contact-container .property-contact-form {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .property .property-info .info-footer .options .makeoffer {
        align-self: initial;
    }

    .property .head-pics .buttons-container {
        flex-direction: column;
        align-items: flex-end;
    }

    .related-links-container {
        flex-direction: column;
    }

}


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

    iframe.lazy {
        height: 220px;
    }

    .property .property-info .description-list-header {
        flex-direction: column;
    }

    .property .property-info .info-footer .options {
        flex-direction: column;
    }

    .property .property-info .details-table,
    .property .property-info .equipment-table {
        flex-direction: column;
    }

    .property-contact-form .buttons-container a {
        display: none;
    }

    .property-contact-form .buttons-container .btn {
        width: 100%;
    }



}
