iframe{
    width:450px;
}

@media only screen and (max-width: 1199px){
    .price-title{
        font-size:13px;
    }
}

@media only screen and (max-width: 992px){
    iframe{
        width:500px;
    }
    
    .col-sm-4-alt {
        width: 25%;
    }
}

@media only screen and (max-width: 768px){
    .col-sm-4-alt {
        width: 100%;
    }
    .price-title{
        font-size:16px;
    }
}

@media only screen and (max-width: 630px){
    iframe{
        width:400px;
    }
}

@media only screen and (max-width: 480px){
    iframe{
        width:330px;
    }
}