.iframe-resp {
    width: 33%;
    height: 250px;
}

.iframe-resp2 {
    padding-top: 10px;
    padding-bottom: 20px;
    width: 800px;
    height: 450px;
}


.blog-post-hat-center-align img {
    width: 540px; 
    padding-bottom: 30px;
}


@media (max-width:767px) { 
    
    .bottom-screens-align {
        padding: 60px 0 0 0;
    }
    
    .type-1-text p {
        line-height:24px;
    }
    
    .flipInY img {
        width:100%;
        padding-bottom: 30px;
    }
    
     .iframe-resp {
        width: 48%;
        height: auto;
    }
    
    .cell-view {
        font-size: 12px;
    }

    .h1, .h2 {
        font-size: 30px;
        line-height:35px;
    }
    
    .blog-post-hat-center-align img {
        width: 100%;
    }
    
    .iframe-resp2 {
     width: 100%;
     height: 250px;
    }
    
}

@media (min-width:768px) and (max-width:991px) {

    .iframe-resp2 {
        width: 600px;
        height: 430px;
    }
    
}

@media (min-width:992px) and (max-width:1199px) {
    
    .iframe-resp {
        width: 32%;
        height: 180px;
    }    
    
}

@media (max-width:1199px) {
    
    header {
        height: 80px;
    }
    
    header.act-mob nav {
        top: 80px;
    }
    
}


