.ssmi {

}

.ssmi iframe {
    width: 100%;
    height: 500px;
    margin: 15px 0 30px 0;
}

@media (max-width:575.98px){
    .ssmi iframe {
        height: 240px;
    }
}

a.ssmi__btn {
    width: 250px;
    height: 36px;
    background: #1480c0;
    font-size: 14px;
    font-weight: 500;
    line-height: 33px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.25);
    box-shadow: 0 0 10px rgba(0,0,0,.25);
    border: 0;
    display: block;
    text-decoration: none;
    text-align: center;
    -webkit-transition: background .6s ease,color .6s ease;
    -o-transition: background .6s ease,color .6s ease;
    transition: background .6s ease,color .6s ease;
    overflow: hidden;
    position: relative;
    margin: 0;
    box-shadow: 0 0 10px rgba(0,0,0,.25);
    color: #ffffff !important;
}
a.ssmi__btn:hover {
    color: #fff;
    text-decoration: none;
    background: gray;
    -webkit-transition: background .6s ease,color .6s ease;
    -o-transition: background .6s ease,color .6s ease;
    transition: background .6s ease,color .6s ease;
}
a.ssmi__btn span {
    position: relative;
    z-index: 1;
}

.detail__page .ssmi__contact img {
    margin: 0 !important;
    display: inline;
    float: none;
}



