@media (max-width: 768px) { 
    #textResized {
        font-size: 15pt !important;
    }

    #mainVideo {
        height: 200px !important;
        width: 300px !important;
    }

    #mainVideo2 {
        height: 200px !important;
        width: 300px !important;
    }

    #googleMap {
        width:300px !important;
        height: 200px !important;
    }
 }

@media (max-width: 1030px) {

    #googleMap {
        width: 350px !important;
        height: 250px !important;
    }
}

 @media (max-width: 300px) { 
    #mainVideo {
        width: 200px !important;
    }

    #mainVideo2 {
        width: 200px !important;
    }

    #googleMap {
        width: 250px !important;
    }
 }
