@media only screen and (max-width: 376px) {
	/* phones */

    
#content_top .liveview{
    background-image:url(http://stlucieinlet.com/camera_images/processed_imcap2.jpg);
    background-size:auto ;
    background-size: 100% 100%;
    /*
    background-image:url(http://24.221.31.140:8081/mjpg/video.mjpg?camera=1&amp;timestamp=1543459501362);
    background-repeat: no-repeat;
    background-size: 1375px 800px;*/

}

    .towboatbackground{
    /*background-image: url('http://www.stlucieinlet.com/images/towtest2.png') ;
    background-repeat: no-repeat;*/
    background-color: white;
    
}

.towboatad_inlineimg{
    visibility:visible;
}

.towboatadtext {
    /*padding-right:100px; */
    padding-top:0px; 
    padding-left:8px; 
    padding-right:5px;
    background-color:#EE1600;
    /*margin-top:12px;*/
    width:95%;
    margin-left:10px;
    font-weight:bold;
    height:150px;
    text-align:right;
}

/* note below - this will hide the image for the phone*/
.towboatad_inlineimg.pull-left
{
    display:none;
}
.span12.towboatad.towboatbackground {
   height:130px;
}

.banner_ad_row{
    visibility:visible;
    display:inline;
}

.banner_ad{
        color:white;
        height:150px;
}

.banner_ad_phone_inlineimg{
    visibility:visible;
}


/* if i want a default ad background that says advertise with us
.banner_ad_background{
    background-image: url('../images/towboatusad_desktop.jpg') ;
    background-repeat: no-repeat;
    background-color: #ffffff;
}
*/

.banner_ad_text {
    visibility:hidden;
}




#banner_proboats .banner_ad_background{
    background-color: #ffffff;
}


#banner_proboats .banner_ad_text {
    padding-right:100px; 
    padding-top:5px; 
    padding-left:8px; 
    background-color:orange;
    margin-top:12px;
    visibility:visible;
}




}