﻿@media only screen and (max-width: 1024px){
    .twitterContainer {
        max-height: 226px;
        overflow: auto;
    }
}

@media only screen and (max-width: 768px){
    .twitterContainer {
        max-height: 330px;
        overflow: auto;
    }
}
