﻿/*//////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*// Small and Up */
@media only screen and (min-width: 0px) {
    .step {
        background-color:#f2f2f2;
        padding:8%;
        border-radius:16px;
        font-size:18px;
    }
    .step img {
        display:block;
        margin:0 auto;
        max-width:330px;
        margin-bottom:1rem;
    }
    .step .img-location {
        margin:1rem 0;
        max-width:24px;
    }
    .step iframe {
        width:100%;
        display:block;
        box-sizing:border-box;
        border:1px solid #ccc; 
        margin:0;
        padding:0;
        margin-bottom:1rem;
        overflow:hidden;
        height:280px;
    }
}

/*// Medium and Up */
@media only screen and (min-width: 601px) {}

/*// Large and Up */
@media only screen and (min-width: 993px) {}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////*/